babel-plugin-react-transform
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "babel-plugin-react-transform", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Babel plugin to instrument React components with custom transforms", | ||
@@ -18,9 +18,11 @@ "main": "lib/index.js", | ||
"babel": "^5.8.23", | ||
"mocha": "^2.2.5" | ||
"mocha": "^2.2.5", | ||
"rimraf": "^2.4.3" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"build": "babel-plugin build", | ||
"test": "mocha --compilers js:babel/register", | ||
"test:watch": "npm run test -- --watch", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run clean && npm run build" | ||
}, | ||
@@ -27,0 +29,0 @@ "keywords": [ |
35872
3
14
632