Skip to content

Commit

Permalink
Fix install error
Browse files Browse the repository at this point in the history
  • Loading branch information
andykswong committed Mar 31, 2022
1 parent b440391 commit 7bdc93b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mugl",
"version": "0.1.1",
"version": "0.1.2",
"description": "Micro WebGL Library for JavaScript and WebAssembly",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -55,7 +55,6 @@
"wasm.d.ts"
],
"scripts": {
"postinstall": "npm run copy-gpu-types",
"prepublishOnly": "npm run build && npm test",
"copy-gpu-types": "copyfiles -u 1 js/gpu/{gl-const,gl-util,gpu,type}.ts assembly",
"clean": "rimraf coverage docs dist **/__tests__/**/*.spec.map **/__tests__/**/*.spec.wat",
Expand Down

0 comments on commit 7bdc93b

Please sign in to comment.