File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ always be in sync.
3535### Development
3636
3737- ` npm test ` will fire up a karma test runner and watch for changes
38- - ` npm run examples ` fires up a webpack dev server that will watch
38+ - ` npm start ` fires up a webpack dev server that will watch
3939 for changes and build the examples
4040
4141### Hacking
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ To run and development examples:
55
661 . Clone this repo
772 . Run ` npm install `
8- 3 . Start the development server with ` npm run examples `
8+ 3 . Start the development server with ` npm start `
994 . Point your browser to http://localhost:8080
Original file line number Diff line number Diff line change 1414 "build-umd" : " NODE_ENV=production webpack modules/index.js lib/umd/History.js" ,
1515 "build-min" : " NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js" ,
1616 "build-website" : " scripts/build-website.sh" ,
17- "examples " : " webpack-dev-server --config examples/webpack.config.js --content-base examples --inline" ,
17+ "start " : " webpack-dev-server --config examples/webpack.config.js --content-base examples --inline" ,
1818 "test" : " eslint modules && karma start" ,
1919 "prepublish" : " npm run build"
2020 },
You can’t perform that action at this time.
0 commit comments