@ng-apimock/test-application
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@ng-apimock/test-application", | ||
"description": "Test application for ng-apimock", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"homepage": "https://github.com/ng-apimock/test-application#readme", | ||
@@ -10,7 +10,7 @@ "author": { | ||
}, | ||
"main": "dist/index.html", | ||
"main": "index.js", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --proxy-config proxy.config.json --host=0.0.0.0", | ||
"prebuild": "rm -rf dist", | ||
"prebuild": "rimraf dist", | ||
"build": "ng build --configuration=production", | ||
@@ -39,18 +39,19 @@ "lint": "ng lint" | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "0.10.5", | ||
"@angular/animations": "7.0.3", | ||
"@angular/cli": "7.0.5", | ||
"@angular/common": "7.0.3", | ||
"@angular/compiler": "7.0.3", | ||
"@angular/compiler-cli": "7.0.3", | ||
"@angular/core": "7.0.3", | ||
"@angular/forms": "7.0.3", | ||
"@angular/http": "7.0.3", | ||
"@angular/language-service": "7.0.3", | ||
"@angular/platform-browser": "7.0.3", | ||
"@angular/platform-browser-dynamic": "7.0.3", | ||
"@angular/router": "7.0.3", | ||
"@types/node": "10.12.7", | ||
"@angular-devkit/build-angular": "0.10.6", | ||
"@angular/animations": "7.0.4", | ||
"@angular/cli": "7.0.6", | ||
"@angular/common": "7.0.4", | ||
"@angular/compiler": "7.0.4", | ||
"@angular/compiler-cli": "7.0.4", | ||
"@angular/core": "7.0.4", | ||
"@angular/forms": "7.0.4", | ||
"@angular/http": "7.0.4", | ||
"@angular/language-service": "7.0.4", | ||
"@angular/platform-browser": "7.0.4", | ||
"@angular/platform-browser-dynamic": "7.0.4", | ||
"@angular/router": "7.0.4", | ||
"@types/node": "10.12.9", | ||
"codelyzer": "4.5.0", | ||
"core-js": "2.5.7", | ||
"rimraf": "2.6.2", | ||
"rxjs": "6.3.3", | ||
@@ -57,0 +58,0 @@ "ts-node": "7.0.1", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
528747
16
22