Move `@woltlab/r.js` into dependencies from devDependencies
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Nov 2022 14:45:03 +0000 (15:45 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Nov 2022 14:45:03 +0000 (15:45 +0100)
extra/package-lock.json
extra/package.json

index 19af66059495043aa9d23dcf96979ba0b5028133..2416e3cfa4a8b3db3691ae9c3c44172dbf6e72b4 100644 (file)
@@ -1,10 +1,11 @@
 {
-  "name": "pwd",
+  "name": "extra",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "dependencies": {
+        "@woltlab/r.js": "git+https://github.com/WoltLab/r.js.git#ad2413df45fdf6164611243f9870943de3d2bce3",
         "deepmerge": "^4.2.2",
         "requirejs": "^2.3.6",
         "terser": "^5.14.2",
@@ -13,7 +14,6 @@
       "devDependencies": {
         "@types/md5-file": "^4.0.2",
         "@types/node": "^18.0.6",
-        "@woltlab/r.js": "git+https://github.com/WoltLab/r.js.git",
         "md5-file": "^5.0.0",
         "typescript": "^4.7.4"
       }
     },
     "node_modules/@woltlab/r.js": {
       "resolved": "git+ssh://git@github.com/WoltLab/r.js.git#ad2413df45fdf6164611243f9870943de3d2bce3",
-      "dev": true,
       "bin": {
         "r.js": "r.js"
       }
     },
     "@woltlab/r.js": {
       "version": "git+ssh://git@github.com/WoltLab/r.js.git#ad2413df45fdf6164611243f9870943de3d2bce3",
-      "dev": true,
-      "from": "@woltlab/r.js@git+https://github.com/WoltLab/r.js.git"
+      "from": "@woltlab/r.js@git+https://github.com/WoltLab/r.js.git#ad2413df45fdf6164611243f9870943de3d2bce3"
     },
     "acorn": {
       "version": "8.5.0",
index affc266e4c7ea44231f0f02d660dfb0eb9fda32d..c27513ae85138ced2f0c919f4686f9b504a8a48b 100644 (file)
@@ -3,12 +3,12 @@
     "deepmerge": "^4.2.2",
     "requirejs": "^2.3.6",
     "terser": "^5.14.2",
-    "ts-node": "^10.9.1"
+    "ts-node": "^10.9.1",
+    "@woltlab/r.js": "git+https://github.com/WoltLab/r.js.git#ad2413df45fdf6164611243f9870943de3d2bce3"
   },
   "devDependencies": {
     "@types/md5-file": "^4.0.2",
     "@types/node": "^18.0.6",
-    "@woltlab/r.js": "git+https://github.com/WoltLab/r.js.git",
     "md5-file": "^5.0.0",
     "typescript": "^4.7.4"
   }