use node-pikaday from system

This commit is contained in:
Pirate Praveen 2017-12-26 23:29:56 +05:30
parent a030f2032c
commit f205b18d49
3 changed files with 4 additions and 3 deletions

1
debian/control vendored
View file

@ -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,

View file

@ -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",

View file

@ -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": {