File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11.idea
22* .iml
3- build
4- node_modules
3+ build /
4+ node_modules /
Original file line number Diff line number Diff line change 22* .iml
33build
44example
5+ script
56specs
67.travis.yml
78karma.conf.js
Original file line number Diff line number Diff line change 44 "description" : " React tabs component" ,
55 "main" : " lib/main.js" ,
66 "scripts" : {
7- "test" : " node_modules/.bin/karma start --browsers Firefox --single-run" ,
8- "build" : " webpack --watch --devtool inline-source-map "
7+ "test" : " script/test --browsers Firefox --single-run" ,
8+ "build" : " script/build "
99 },
1010 "repository" : {
1111 "type" : " git" ,
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ webpack --watch --devtool inline-source-map
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ node_modules/.bin/karma start " $@ "
You can’t perform that action at this time.
0 commit comments