babel-ready
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -28,3 +28,6 @@ const spawnSync = require('child_process').spawnSync; | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "babel-node index.js" | ||
"start": "babel-node index.js", | ||
"git-commit": "git add -A . && git commit -a -m 'gh-pages update'", | ||
"git-push": "git push origin gh-pages --force && git checkout master", | ||
"deploy": "npm run build && npm run git-commit && npm run git-push" | ||
}, | ||
@@ -31,0 +34,0 @@ "author": "", |
{ | ||
"name": "babel-ready", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -10,2 +10,5 @@ "main": "index.js", | ||
}, | ||
"bin": { | ||
"babel-ready": "./bin/babel-ready" | ||
}, | ||
"author": "", | ||
@@ -12,0 +15,0 @@ "repository": { |
@@ -5,3 +5,3 @@ # Babel-Ready | ||
INFORMATION_GOES_HERE | ||
Simple project to make many projects. | ||
@@ -18,3 +18,3 @@ ## Install | ||
node babel-ready | ||
babel-ready | ||
@@ -21,0 +21,0 @@ //Watch as files are created. |
3016
81