electrum-require-components
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "electrum-require-components", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tiny tool to generate a source file with a list of requires.", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"compile": "babel -d lib/ src/", | ||
"compile": "rimraf ./lib && babel -d lib src", | ||
"prepublish": "npm run compile", | ||
@@ -39,4 +39,5 @@ "test": "mocha src/test/**/*.js" | ||
"path": "^0.12.7", | ||
"react": "^0.14.3" | ||
"react": "^0.14.3", | ||
"rimraf": "^2.4.4" | ||
} | ||
} |
9
27433
10
30
538