fix up babel-plugin CLI

This commit is contained in:
Sebastian McKenzie
2015-06-15 16:36:34 +01:00
parent 3247851019
commit 01818a50fa
4 changed files with 94 additions and 29 deletions

View File

@@ -24,6 +24,6 @@
"babel": "./bin/babel/index.js",
"babel-node": "./bin/babel-node",
"babel-external-helpers": "./bin/babel-external-helpers",
"babel-plugin": "./bin/babel-plugin"
"babel-plugin": "./bin/babel-plugin/index.js"
}
}