update version

This commit is contained in:
Maxime GRIS
2017-05-06 01:05:46 +02:00
parent 01bbf13437
commit 0849a0a6c0
2 changed files with 77 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "1.3.1",
"version": "1.3.2",
"description": "Angular 4 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
@@ -19,6 +19,7 @@
"ng": "ng",
"lint": "ng lint",
"start": "webpack --watch",
"start:web": "webpack-dev-server . --port 4200",
"build": "webpack --display-error-details && copyfiles main.js dist",
"build:prod": "cross-env NODE_ENV='production' npm run build",
"electron:serve": "electron . --serve",
@@ -29,8 +30,7 @@
"electron:mac": "npm run build:prod && copyfiles package.json dist && electron-packager dist --overwrite --platform=darwin --arch=x64 --asar=true --out=app-builds",
"test": "karma start ./karma.conf.js",
"e2e": "protractor ./protractor.conf.js",
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet",
"prepree2e": "webpack-dev-server . --port 4200"
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet"
},
"dependencies": {
"@angular/common": "~4.0.2",