Explorar o código

move from dev dependency to normal dependency

George Madges %!s(int64=4) %!d(string=hai) anos
pai
achega
f70b86dd56
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 1 2
      package-lock.json
  2. 3 1
      package.json

+ 1 - 2
package-lock.json

@@ -10981,8 +10981,7 @@
     "path-browserify": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
-      "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
-      "dev": true
+      "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g=="
     },
     "path-dirname": {
       "version": "1.0.2",

+ 3 - 1
package.json

@@ -48,12 +48,14 @@
     "jest": "^25.5.4",
     "jest-cli": "^25.5.4",
     "parcel-bundler": "^1.12.4",
-    "path-browserify": "^1.0.1",
     "static-server": "^2.2.1",
     "three": ">=0.126.0",
     "typescript": "^3.9.9"
   },
   "peerDependencies": {
     "three": ">=0.123.0"
+  },
+  "dependencies": {
+    "path-browserify": "^1.0.1"
   }
 }