Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Merge master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Jan 14, 2018
2 parents 3c91719 + 8d0e628 commit 4922b30
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 @@ -46,7 +46,7 @@
"prettier": "prettier --no-semi --single-quote --trailing-comma es5 --write",
"preversion": "git pull && yarn && yarn lint --quiet",
"postversion": "git push --tags origin HEAD",
"start": "webpack-dev-server",
"start": "webpack-dev-server --open-page='/index.html'",
"setup": "rustup default nightly && rustup update nightly && rustup target add wasm32-unknown-unknown --toolchain nightly && cargo install --force --git https://github.com/alexcrichton/wasm-gc"
},
"lint-staged": {
Expand Down

0 comments on commit 4922b30

Please sign in to comment.