Skip to content

Commit

Permalink
v2 commit
Browse files Browse the repository at this point in the history
BREAKING CHANGE: see previous commits
  • Loading branch information
marvinroger committed Jul 12, 2018
1 parent 17bbfa9 commit 8626a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"build:prod": "yarn build:prod:native && yarn build:prod:js",
"build:prod:js": "cross-env NODE_ENV=production rollup -c",
"build:prod:native": "cross-env EMCC_ARGS=\"-O3 --closure 1 --llvm-lto 3\" cross-os build:native__cross",
"extract-api": "api-extractor run",
"generate-docs": "typedoc src/index.ts",
"format": "prettier --write \"{src,__tests__}/**/*.{ts,js}\"",
"lint": "tslint --project . \"src/**/*.ts\"",
Expand Down

0 comments on commit 8626a2a

Please sign in to comment.