Skip to content

Commit

Permalink
feat(demo): allow for staring example demo from top level
Browse files Browse the repository at this point in the history
  • Loading branch information
David Atchley committed Apr 27, 2017
1 parent 7882c0d commit 79def06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"instrument": "babel-istanbul instrument src --output cov --no-compact --complete-copy --es-modules",
"coverage": "babel-istanbul report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build && npm run build:umd",
"release": "standard-version"
"release": "standard-version",
"start": "cd examples/simple && npm start"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 79def06

Please sign in to comment.