Add babel
This commit is contained in:
@@ -4,14 +4,16 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"create": "node ./scripts/create.js",
|
||||
"clean": "node ./scripts/clean.js",
|
||||
"create": "npm run clean && babel-node ./scripts/create.js",
|
||||
"clean": "babel-node ./scripts/clean.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Tom Raithel <t.raithel@googlemail.com> (http://www.tomraithel.de)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "2.1.4",
|
||||
"babel-cli": "6.22.2",
|
||||
"babel-preset-latest": "6.22.0",
|
||||
"front-matter": "2.1.1",
|
||||
"fs-extra": "2.0.0",
|
||||
"marked": "0.3.6"
|
||||
|
||||
Reference in New Issue
Block a user