use jquery and jquery-ujs from system

This commit is contained in:
Pirate Praveen 2017-12-12 22:35:53 +05:30
parent dde662cd05
commit cfd79d8b71
3 changed files with 7 additions and 5 deletions

2
debian/control vendored
View file

@ -310,6 +310,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
node-file-loader,
node-imports-loader,
node-jed,
node-jquery,
node-jquery-ujs,
node-jszip,
node-marked,
node-mousetrap,

View file

@ -1,6 +1,6 @@
--- a/package.json
+++ b/package.json
@@ -13,42 +13,24 @@
@@ -13,42 +13,22 @@
},
"dependencies": {
"axios": "^0.16.2",
@ -26,8 +26,8 @@
- "file-loader": "^0.11.1",
- "imports-loader": "^0.7.1",
- "jed": "^1.1.1",
"jquery": "^2.2.1",
"jquery-ujs": "^1.2.1",
- "jquery": "^2.2.1",
- "jquery-ujs": "^1.2.1",
"js-cookie": "^2.1.3",
- "jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
@ -43,7 +43,7 @@
"react-dev-utils": "^0.5.2",
"select2": "3.5.2-browserify",
"sql.js": "^0.4.0",
@@ -56,14 +38,9 @@
@@ -56,14 +36,9 @@
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "^1.0.4",
"timeago.js": "^2.0.5",

View file

@ -1,6 +1,6 @@
--- a/package.json
+++ b/package.json
@@ -45,25 +45,5 @@
@@ -43,25 +43,5 @@
"webpack-stats-plugin": "^0.1.5"
},
"devDependencies": {