@remult/angular
Advanced tools
Comparing version 2.0.18 to 2.0.19
{ | ||
"name": "@remult/angular", | ||
"schematics": "./schematics/collection.json", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"description": "an angular module for remult", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -89,3 +89,3 @@ "use strict"; | ||
json.scripts["ng-serve"] = json.scripts.start; | ||
json.scripts["node-serve"] = "./node_modules/.bin/tsc-watch -p tsconfig.server.json --onSuccess \"npm run server:dev-run"; | ||
json.scripts["node-serve"] = "./node_modules/.bin/tsc-watch -p tsconfig.server.json --onSuccess \"npm run server:dev-run\""; | ||
json.scripts["server:dev-run"] = "node --inspect dist-server/server/server.js"; | ||
@@ -92,0 +92,0 @@ json.scripts["ng:build"] = "ng build --prod"; |
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
1152953