Skip to content

Commit

Permalink
Use correct example script
Browse files Browse the repository at this point in the history
  • Loading branch information
Terje Røstum committed Nov 11, 2016
1 parent e6d5f96 commit 0ea664a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/.",
"lint": "eslint src/.",
"start": "budo examples/account-selector.js --open --live --title \"Account Selector\" -- -t [ babelify --presets [ es2015 react ] ] -t node-lessify",
"start": "budo examples/index.js --open --live --title \"Account Selector\" -- -t [ babelify --presets [ es2015 react ] ] -t node-lessify",
"pretest": "eslint src/.",
"test": "mocha --require babel-register 'src/**/*.test.js'",
"posttest": "nsp check",
Expand Down

0 comments on commit 0ea664a

Please sign in to comment.