react-tools is dead. Long live Babel.

This commit is contained in:
David Baker 2015-09-10 15:28:30 +01:00
parent a06e1f23ea
commit 9b73d6ed6d

View file

@ -10,8 +10,8 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "jsx src lib", "build": "babel src -d lib --source-maps",
"start": "jsx -w --source-map-inline src lib", "start": "babel src -w -d lib --source-maps",
"clean": "rimraf lib", "clean": "rimraf lib",
"prepublish": "npm run build" "prepublish": "npm run build"
}, },
@ -25,8 +25,8 @@
"linkifyjs": "^2.0.0-beta.4" "linkifyjs": "^2.0.0-beta.4"
}, },
"devDependencies": { "devDependencies": {
"babel": "^5.8.23",
"catw": "^1.0.1", "catw": "^1.0.1",
"react-tools": "^0.13.3",
"rimraf": "^2.4.3" "rimraf": "^2.4.3"
} }
} }