Skip to content

Commit 4c73595

Browse files
committed
npm strict version
1 parent 1799bc7 commit 4c73595

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"build:dev": "./node_modules/.bin/webpack --mode=development --progress --watch",
1212
"server": "npx http-server -c -1"
1313
},
14+
"engines" : {
15+
"npm" : ">=7.0.0"
16+
},
1417
"files": [
1518
"three.js/build",
1619
"aframe/build"

0 commit comments

Comments
 (0)