Skip to content

Commit 8dcf0ae

Browse files
author
Uri Mor
committed
Update dependencies
Add needed babel plugins. Lower the needed webpack version
1 parent 6fea465 commit 8dcf0ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
"author": "Uri Mor <[email protected]>",
1717
"license": "MIT",
1818
"devDependencies": {
19-
"webpack": "^3.0.0"
19+
"webpack": "^2.0.0"
2020
},
2121
"dependencies": {
2222
"acorn": "^5.0.3",
23-
"babel-core": "^6.25.0",
23+
"babel-core": "^6.0",
24+
"babel-plugin-transform-es2015-arrow-functions": "^6.0",
25+
"babel-plugin-transform-es2015-template-literals": "^6.0",
2426
"loader-utils": "^1.1.0"
2527
}
2628
}

0 commit comments

Comments
 (0)