use node-pikaday from system
This commit is contained in:
parent
a030f2032c
commit
f205b18d49
3 changed files with 4 additions and 3 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -318,6 +318,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
node-jszip-utils,
|
node-jszip-utils,
|
||||||
node-marked,
|
node-marked,
|
||||||
node-mousetrap,
|
node-mousetrap,
|
||||||
|
node-pikaday,
|
||||||
node-raw-loader,
|
node-raw-loader,
|
||||||
node-stats-webpack-plugin,
|
node-stats-webpack-plugin,
|
||||||
node-three,
|
node-three,
|
||||||
|
|
4
debian/patches/0420-use-system-libs.patch
vendored
4
debian/patches/0420-use-system-libs.patch
vendored
|
@ -1,6 +1,6 @@
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -12,60 +12,28 @@
|
@@ -12,60 +12,27 @@
|
||||||
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
|
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"monaco-editor": "0.8.3",
|
"monaco-editor": "0.8.3",
|
||||||
- "mousetrap": "^1.4.6",
|
- "mousetrap": "^1.4.6",
|
||||||
"name-all-modules-plugin": "^1.0.1",
|
"name-all-modules-plugin": "^1.0.1",
|
||||||
"pikaday": "^1.5.1",
|
- "pikaday": "^1.5.1",
|
||||||
"prismjs": "^1.6.0",
|
"prismjs": "^1.6.0",
|
||||||
"raphael": "^2.2.7",
|
"raphael": "^2.2.7",
|
||||||
"raven-js": "^3.14.0",
|
"raven-js": "^3.14.0",
|
||||||
|
|
2
debian/patches/0430-remove-devdeps.patch
vendored
2
debian/patches/0430-remove-devdeps.patch
vendored
|
@ -1,6 +1,6 @@
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -36,25 +36,5 @@
|
@@ -35,25 +35,5 @@
|
||||||
"webpack-bundle-analyzer": "^2.8.2"
|
"webpack-bundle-analyzer": "^2.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue