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 37
37
"eslint-config-canonical" : " ^1.7.12" ,
38
38
"jsdom" : " ^8.1.0" ,
39
39
"mocha" : " ^2.5.3" ,
40
- "pragmatist" : " ^3.0.21" ,
41
40
"react" : " ^15.0.0-rc.1" ,
42
41
"react-addons-shallow-compare" : " ^15.0.0-rc.1" ,
43
42
"react-addons-test-utils" : " ^15.0.0-rc.1" ,
44
43
"react-dom" : " ^15.0.0-rc.1"
45
44
},
46
45
"scripts" : {
47
- "pragmatist" : " node ./node_modules/.bin/pragmatist --es5" ,
48
46
"lint" : " eslint ./src ./tests" ,
49
47
"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"
54
49
}
55
50
}
You can’t perform that action at this time.
0 commit comments