Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Commit e9ec98a

Browse files
committed
EventEmitter is not a dev dependency
1 parent 035064a commit e9ec98a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
, "main": ["dist/GoogleAnalytics.js"]
55
, "devDependencies": {
66
"requirejs": "2.1.*"
7-
, "EventEmitter" : "git://github.com/thomaswelton/bower-event-emitter.git#0.0.1"
7+
}
8+
, "dependencies": {
9+
"EventEmitter" : "git://github.com/thomaswelton/bower-event-emitter.git#0.0.1"
810
}
911
, "ignore": [
1012
"**/.*"

0 commit comments

Comments
 (0)