File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 "typings" : " lib/index.d.ts" ,
3434 "scripts" : {
3535 "build" : " rollup -c rollup.config.js" ,
36+ "build:examples-app" : " rollup -c rollup.example.config.js" ,
3637 "dev" : " webpack --config webpack/webpack.dev.js && webpack-dev-server --config webpack/webpack.dev.js --env=dev --inline" ,
37- "example:bundle" : " rollup -c rollup.example.config.js" ,
3838 "clean" : " rimraf lib coverage dist .nyc_output example/dist 2> /dev/null" ,
3939 "lint" : " tslint --project tsconfig.json --exclude src/models/jsonSchema.ts" ,
4040 "test" : " jest --no-cache" ,
Original file line number Diff line number Diff line change 1111 "typings" : " lib/index.d.ts" ,
1212 "scripts" : {
1313 "build" : " rollup -c rollup.config.js" ,
14+ "build:examples-app" : " rollup -c rollup.example.config.js" ,
1415 "dev" : " webpack --config ./webpack/webpack.dev.js && webpack-dev-server --config webpack/webpack.dev.js --env=dev --inline" ,
15- "example:bundle" : " rollup -c rollup.example.config.js" ,
1616 "clean" : " rimraf lib coverage dist .nyc_output example/dist 2> /dev/null" ,
1717 "lint" : " tslint --project tsconfig.json --exclude src/models/jsonSchema.ts" ,
1818 "report" : " nyc report --reporter=html" ,
You can’t perform that action at this time.
0 commit comments