Skip to content

Commit fa0d985

Browse files
committed
chore(package.json): pin dev dependency package to known good
closes #550
1 parent 09b475a commit fa0d985

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,30 @@
6666
},
6767
"homepage": "https://github.com/ReactiveX/RxJS",
6868
"devDependencies": {
69-
"babel": "^5.8.23",
70-
"babelify": "^6.1.2",
71-
"benchmark": "^1.0.0",
69+
"babel": "5.8.23",
70+
"babelify": "6.1.2",
71+
"benchmark": "1.0.0",
7272
"benchpress": "2.0.0-alpha.37.2",
73-
"browserify": "^11.0.0",
74-
"colors": "^1.1.2",
75-
"coveralls": "^2.11.4",
76-
"esdoc": "^0.2.5",
73+
"browserify": "11.0.0",
74+
"colors": "1.1.2",
75+
"coveralls": "2.11.4",
76+
"esdoc": "0.2.5",
7777
"eslint": "1.5.1",
78-
"fs-extra": "^0.24.0",
79-
"glob": "^5.0.14",
80-
"google-closure-compiler": "^20150920.0.0",
81-
"http-server": "^0.8.0",
82-
"istanbul": "^0.3.22",
83-
"jasmine": "^2.3.2",
84-
"jasmine-core": "^2.2.0",
85-
"lodash": "^3.5.0",
86-
"platform": "^1.3.0",
87-
"promise": "^7.0.3",
78+
"fs-extra": "0.24.0",
79+
"glob": "5.0.14",
80+
"google-closure-compiler": "20150920.0.0",
81+
"http-server": "0.8.0",
82+
"istanbul": "0.3.22",
83+
"jasmine": "2.3.2",
84+
"jasmine-core": "2.2.0",
85+
"lodash": "3.5.0",
86+
"platform": "1.3.0",
87+
"promise": "7.0.3",
8888
"protractor": "2.2.0",
8989
"rx": "latest",
90-
"tslint": "^2.5.0",
91-
"typescript": "^1.7.0-dev.20150901",
92-
"watch": "^0.16.0"
90+
"tslint": "2.5.0",
91+
"typescript": "1.6.2",
92+
"watch": "0.16.0"
9393
},
9494
"engines": {
9595
"npm": "~2.0.0"

0 commit comments

Comments
 (0)