@metamask/snaps-cli
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [0.2.2] | ||
### Fixed | ||
- Package script issues ([#97](https://github.com/MetaMask/snaps-skunkworks/pull/97), [#98](https://github.com/MetaMask/snaps-skunkworks/pull/98)) | ||
## [0.2.1] | ||
@@ -33,3 +37,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...HEAD | ||
[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.1...v0.2.2 | ||
[0.2.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.1 | ||
@@ -36,0 +41,0 @@ [0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0 |
{ | ||
"name": "@metamask/snaps-cli", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A CLI for developing MetaMask Snaps.", | ||
@@ -22,5 +22,6 @@ "repository": { | ||
"build": "yarn build:init-template && yarn build:typescript && yarn build:chmod", | ||
"build:clean": "yarn rimraf dist && yarn build", | ||
"build:clean": "yarn rimraf dist/* && yarn build", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:ci": "yarn test", | ||
"lint:changelog": "yarn auto-changelog validate", | ||
@@ -27,0 +28,0 @@ "lint:eslint": "eslint . --cache --ext js,ts", |
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
166418