ngx-deploy-npm
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "ngx-deploy-npm", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Publish your angular packages to npm by just run `npm deploy your-packages`", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -103,6 +103,5 @@ # ngx-deploy-npm 🚀 | ||
- Alias: `-c` | ||
- Default: `production` (string) | ||
- Default: Doesn't have any default value (string) | ||
- Example: | ||
- `ng deploy` – Angular project is build in production mode | ||
- `ng deploy --configuration=test` – Angular project is using the configuration `test` (this configuration must exist in the `angular.json` file) | ||
- `ng deploy --configuration=production` – The configuration `production` is being used to build your package | ||
@@ -116,3 +115,3 @@ A named build target, as specified in the `configurations` section of `angular.json`. | ||
- **optional** | ||
- Default: Doesn't have any default value [string] | ||
- Default: Doesn't have any default value (string) | ||
- Example: | ||
@@ -119,0 +118,0 @@ - `ng deploy --package-version 2.3.4` |
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
87624
257