File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- node_modules
2- coverage
1+ ** /*
Original file line number Diff line number Diff line change 33 "version" : " 0.1.1" ,
44 "description" : " A time picker for material-ui 1.0-beta." ,
55 "main" : " lib/index.js" ,
6+ "files" : [
7+ " lib/**/*.js" ,
8+ " README.md" ,
9+ " LICENSE" ,
10+ " demo.gif"
11+ ],
612 "scripts" : {
713 "test" : " standard && jest" ,
814 "test:coverage" : " jest --coverage && cat ./coverage/lcov.info | coveralls" ,
915 "test:unit" : " jest" ,
10- "build" : " babel src -d lib" ,
11- "prepublish" : " babel src -d lib" ,
16+ "build" : " babel src -d lib --ignore '**/*.spec.js' " ,
17+ "prepublish" : " babel src -d lib --ignore '**/*.spec.js' " ,
1218 "storybook" : " start-storybook -p 6006" ,
1319 "styleguide" : " styleguidist server" ,
1420 "styleguide:build" : " styleguidist build" ,
You can’t perform that action at this time.
0 commit comments