diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-28 14:28:56 -0700 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-28 14:28:56 -0700 |
| commit | 7023f268b6dcf68f6f86589c36d390b9422b7f13 (patch) | |
| tree | 4c9f3708987fdeefc095e26bdd28f31c274f3d88 /package.json | |
| parent | edead70be5d4055111f6b6dcdd9e39d72b737458 (diff) | |
if desktop state was not created, I was not loading services #357
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 044fd4c2..cd78efa7 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@angular/platform-browser-dynamic": "^2.0.0-rc.3", "@angular/router": "^2.0.0-rc.2", "async": "^1.4.2", + "electron-debug": "^1.0.1", "gulp": "^3.5.6", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0", @@ -24,9 +25,9 @@ "clean-css": "^3.4.0", "gulp-angular-templatecache": "^1.6.0", "gulp-util": "^2.2.14", - "shelljs": "^0.3.0", "jshint": "^2.8.0", "ng-annotate": "^1.0.2", + "shelljs": "^0.3.0", "uglify-js": "^2.4.24" }, "cordovaPlugins": [ |
