Skip to content

Commit 1804dd4

Browse files
committed
Fix dependencies versions
1 parent 86cf9e4 commit 1804dd4

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
@@ -28,9 +28,9 @@
2828
"build": "src/**/*.js"
2929
},
3030
"dependencies": {
31-
"babel-polyfill": "^6.26.0",
32-
"chalk": "^2.1.0",
33-
"cosmiconfig": "^3.1.0",
31+
"babel-polyfill": "6.26.0",
32+
"chalk": "2.1.0",
33+
"cosmiconfig": "3.1.0",
3434
"fs-extra": "3.0.1",
3535
"glob": "7.1.2",
3636
"inquirer": "3.0.6",

0 commit comments

Comments
 (0)