Merge branch 'dev'
Showing
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve --proxy-config proxy.conf.json", | "start": "ng serve --proxy-config proxy.conf.json", | ||
"build": "ng build -prod --base-href=/luna/ --deploy '/luna/'", | "build": "ng build --environment prod --build-optimizer=false --base-href=/luna/ --deploy '/luna/'", | ||
"test": "ng test", | "test": "ng test", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
"e2e": "ng e2e" | "e2e": "ng e2e" | ||
... | @@ -64,6 +64,7 @@ | ... | @@ -64,6 +64,7 @@ |
"tether": "^1.4.0", | "tether": "^1.4.0", | ||
"uuid-js": "^0.7.5", | "uuid-js": "^0.7.5", | ||
"xterm": "^2.9.2", | "xterm": "^2.9.2", | ||
"tslib": "1.8.1", | |||
"zone.js": "0.8.20" | "zone.js": "0.8.20" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -87,7 +88,6 @@ | ... | @@ -87,7 +88,6 @@ |
"karma-jasmine-html-reporter": "0.2.2", | "karma-jasmine-html-reporter": "0.2.2", | ||
"protractor": "5.2.2", | "protractor": "5.2.2", | ||
"ts-node": "3.3.0", | "ts-node": "3.3.0", | ||
"tslib": "1.8.1", | |||
"tslint": "5.9.1", | "tslint": "5.9.1", | ||
"typescript": "2.4.2" | "typescript": "2.4.2" | ||
} | } | ||
... | ... |
Please
register
or
sign in
to comment