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-marked,
|
||||
node-mousetrap,
|
||||
node-pikaday,
|
||||
node-raw-loader,
|
||||
node-stats-webpack-plugin,
|
||||
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
|
||||
+++ b/package.json
|
||||
@@ -12,60 +12,28 @@
|
||||
@@ -12,60 +12,27 @@
|
||||
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -36,7 +36,7 @@
|
|||
"monaco-editor": "0.8.3",
|
||||
- "mousetrap": "^1.4.6",
|
||||
"name-all-modules-plugin": "^1.0.1",
|
||||
"pikaday": "^1.5.1",
|
||||
- "pikaday": "^1.5.1",
|
||||
"prismjs": "^1.6.0",
|
||||
"raphael": "^2.2.7",
|
||||
"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
|
||||
+++ b/package.json
|
||||
@@ -36,25 +36,5 @@
|
||||
@@ -35,25 +35,5 @@
|
||||
"webpack-bundle-analyzer": "^2.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue