Add routing module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "angular-electron",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.",
|
||||
"description": "Angular 4 with Electron (Typescript + SASS + Hot Reload)",
|
||||
"homepage": "https://github.com/maximegris/angular-electron",
|
||||
"author": {
|
||||
@@ -17,14 +17,14 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"lint": "ng lint",
|
||||
"start": "webpack --watch",
|
||||
"test": "karma start ./karma.conf.js",
|
||||
"lint": "ng lint",
|
||||
"e2e": "protractor ./protractor.conf.js",
|
||||
"build": "webpack --display-error-details && copyfiles main.js dist",
|
||||
"build:prod": "cross-env NODE_ENV='production' npm run build",
|
||||
"prepree2e": "npm start",
|
||||
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet",
|
||||
"build": "webpack --display-error-details && copyfiles main.js dist",
|
||||
"build:prod": "cross-env NODE_ENV='production' npm run build",
|
||||
"electron:serve": "electron . --serve",
|
||||
"electron:dev": "npm run build && electron dist/main.js",
|
||||
"electron:prod": "npm run build:prod && electron dist/main.js",
|
||||
|
||||
Reference in New Issue
Block a user