]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11294 from ncoden/chore/move-jquery-to-peer-dependencies-11290...
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 08:17:04 +0000 (10:17 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 21:02:24 +0000 (23:02 +0200)
b1b9408be chore: move jQuery & what-input to peerDependencies #11290

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
package.json

index 731c121a22f44f2f530684127ce11eab823a5795..1dfb3a6c1d0cb531e7c3c9e781366dc83329d91a 100644 (file)
@@ -24,7 +24,7 @@
     "deploy:docs": "gulp deploy:docs --color",
     "deploy:beta": "gulp deploy:beta --color"
   },
-  "dependencies": {
+  "peerDependencies": {
     "jquery": ">=2.2.0",
     "what-input": ">=4.1.0"
   },
@@ -75,6 +75,7 @@
     "husky": "^1.0.0-rc.2",
     "inquirer": "^5.2.0",
     "is-empty-object": "^1.1.1",
+    "jquery": ">=2.2.0",
     "js-yaml": "^3.8.4",
     "mocha": "^5.0.5",
     "mocha-headless-chrome": "^1.8.3",
@@ -98,6 +99,7 @@
     "vinyl-named": "^1.1.0",
     "webpack": "^4.5.0",
     "webpack-stream": "^4.0.3",
+    "what-input": ">=4.1.0",
     "yargs": "^11.0.0"
   },
   "engines": {