@cypress/schematic
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
# [@cypress/schematic-v1.0.1](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.0.0...@cypress/schematic-v1.0.1) (2021-05-12) | ||
### Bug Fixes | ||
* configure the publish of @cypress/schematic ([#16479](https://github.com/cypress-io/cypress/issues/16479)) ([f8395a7](https://github.com/cypress-io/cypress/commit/f8395a75a8360a5ab33217b64c88d766132b9dc6)) | ||
# @cypress/schematic-v1.0.0 (2021-05-12) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cypress/schematic", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Official Cypress schematic for the Angular CLI", | ||
@@ -55,4 +55,8 @@ "private": false, | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"builders": "./src/builders/builders.json", | ||
"schematics": "./src/schematics/collection.json" | ||
} |
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
67534