react-tools is dead. Long live Babel.

pull/21833/head
David Baker 2015-09-10 15:28:30 +01:00
parent a06e1f23ea
commit 9b73d6ed6d
1 changed files with 3 additions and 3 deletions

View File

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