falcor-electron
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "falcor-electron", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "falcor integration for electron's ipc module", | ||
@@ -8,7 +8,7 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"clean": "$(npm bin)/rimraf lib", | ||
"lint": "$(npm bin)/eslint src", | ||
"test": "$(npm bin)/babel-node --stage 0 $(npm bin)/tape ./test/*.test.js", | ||
"clean": "rimraf lib", | ||
"lint": "eslint src", | ||
"test": "babel-node --stage 0 ./node_modules/tape/bin/tape ./test/*.test.js", | ||
"check": "npm run lint && npm run test", | ||
"build": "$(npm bin)/babel src --stage 0 --out-dir lib", | ||
"build": "babel src --stage 0 --out-dir lib", | ||
"preversion": "npm run clean && npm run check", | ||
@@ -15,0 +15,0 @@ "version": "npm run build", |
7263