mark keytar as optional

This commit is contained in:
antelle 2016-09-01 08:02:36 +03:00
parent a76723ec9a
commit 0670ad00e5
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,6 @@
"handlebars-loader": "1.3.0",
"html-minifier": "3.0.2",
"json-loader": "^0.5.4",
"keytar": "3.0.2",
"load-grunt-tasks": "3.5.2",
"node-sass": "3.8.0",
"raw-loader": "0.5.1",
@ -55,7 +54,8 @@
"webpack-dev-server": "1.14.1"
},
"optionalDependencies": {
"grunt-appdmg": "0.4.0"
"grunt-appdmg": "0.4.0",
"keytar": "3.0.2"
},
"scripts": {
"start": "grunt",