Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b037eb2

Browse files
committed
Fix version of dev dependancies in package.json
1 parent 872bbf1 commit b037eb2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@
110110
"gulp-util": "3.0.8",
111111
"istanbul": "0.4.5",
112112
"jsep": "0.3.4",
113-
"karma": "^2.0.2",
114-
"karma-firefox-launcher": "^1.1.0",
115-
"karma-mocha": "^1.3.0",
116-
"karma-mocha-reporter": "^2.2.5",
117-
"karma-webpack": "^3.0.0",
113+
"karma": "2.0.2",
114+
"karma-firefox-launcher": "1.1.0",
115+
"karma-mocha": "1.3.0",
116+
"karma-mocha-reporter": "2.2.5",
117+
"karma-webpack": "3.0.0",
118118
"math-expression-evaluator": "1.2.17",
119119
"mkdirp": "0.5.1",
120120
"mocha": "5.1.1",

0 commit comments

Comments
 (0)