Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Aug 30, 2021
1 parent 14d9ad2 commit 8247ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"build:dts": "tsc -p tsconfig.d.json",
"clean": "del-cli dist public",
"copy": "cpy --cwd=demo/static --parents \"**/*\" \"../../public/demo\"",
"deploy": "run-s copy lint build doc",
"deploy": "run-s test copy doc",
"dev": "run-s clean copy && run-p start watch",
"doc": "typedoc",
"lint": "tsc --noemit & eslint --ext .ts --fix src demo/src",
Expand All @@ -71,7 +71,7 @@
"extends": "aether/typescript"
},
"peerDependencies": {
"three": ">= 0.126.0 < 0.132.0"
"three": ">= 0.126.0 < 0.133.0"
},
"devDependencies": {
"@types/dat.gui": "0.x.x",
Expand Down

0 comments on commit 8247ac5

Please sign in to comment.