Skip to content

Commit b3e4219

Browse files
committed
Merge pull request #3 from akim-mcmath/fix/babel-cli
Fix: add babel-cli to devDependencies
2 parents f5df528 + 0297e8b commit b3e4219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ejs-html-loader",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Webpack loader for rendering HTML from EJS templates",
55
"main": "lib/index.js",
66
"scripts": {
@@ -42,6 +42,7 @@
4242
"loader-utils": "^0.2.15"
4343
},
4444
"devDependencies": {
45+
"babel-cli": "^6.9.0",
4546
"babel-plugin-add-module-exports": "^0.2.1",
4647
"babel-preset-es2015": "^6.9.0",
4748
"babel-register": "^6.9.0",

0 commit comments

Comments
 (0)