Skip to content

Commit 767bcfd

Browse files
committed
package.json: remove ^
1 parent 4b74c70 commit 767bcfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"write-file-webpack-plugin": "3.3.0"
5151
},
5252
"devDependencies": {
53-
"babel-eslint": "^7.0.0",
53+
"babel-eslint": "7.0.0",
5454
"babel-plugin-transform-remove-strict-mode": "0.0.2",
5555
"benchmark": "2.1.1",
5656
"gulp": "3.9.1",
5757
"gulp-ava": "0.14.1",
5858
"gulp-babel": "6.1.2",
59-
"gulp-benchmark": "^1.1.1",
59+
"gulp-benchmark": "1.1.1",
6060
"gulp-cached": "1.1.0",
6161
"gulp-notify": "2.2.0",
62-
"husky": "^0.11.9",
62+
"husky": "0.11.9",
6363
"run-sequence": "1.2.2",
6464
"standard": "^8.4.0",
6565
"webpack-stream": "3.2.0"

0 commit comments

Comments
 (0)