File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 3737 "eslint-config-canonical" : " ^1.7.12" ,
3838 "jsdom" : " ^8.1.0" ,
3939 "mocha" : " ^2.5.3" ,
40- "pragmatist" : " ^3.0.21" ,
4140 "react" : " ^15.0.0-rc.1" ,
4241 "react-addons-shallow-compare" : " ^15.0.0-rc.1" ,
4342 "react-addons-test-utils" : " ^15.0.0-rc.1" ,
4443 "react-dom" : " ^15.0.0-rc.1"
4544 },
4645 "scripts" : {
47- "pragmatist" : " node ./node_modules/.bin/pragmatist --es5" ,
4846 "lint" : " eslint ./src ./tests" ,
4947 "test" : " mocha --compilers js:babel-register ./tests/**/*.js" ,
50- "build" : " babel ./src --out-dir ./dist" ,
51- "watch" : " npm run pragmatist watch" ,
52- "watch-lint" : " npm run pragmatist watch-lint" ,
53- "watch-test" : " npm run pragmatist watch-test --type-annotations"
48+ "build" : " babel ./src --out-dir ./dist"
5449 }
5550}
You can’t perform that action at this time.
0 commit comments