@metamask/snaps-cli
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -9,2 +9,7 @@ # Changelog | ||
## [0.2.1] | ||
### Fixed | ||
- Snap produced by `mm-snap init` ([#94](https://github.com/MetaMask/snaps-skunkworks/pull/94)) | ||
- The template used to create the "Hello, world!" snap had become outdated due to a build-time bug. | ||
## [0.2.0] | ||
@@ -28,5 +33,6 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.1...HEAD | ||
[0.2.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0 | ||
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0 |
{ | ||
"name": "@metamask/snaps-cli", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A CLI for developing MetaMask Snaps.", | ||
@@ -27,7 +27,7 @@ "repository": { | ||
"lint:eslint": "eslint . --cache --ext js,ts", | ||
"lint:misc": "prettier '**/*.json' '!**/init-template.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore", | ||
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore", | ||
"lint": "yarn lint:eslint && yarn lint:misc --check", | ||
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", | ||
"publish": "../../scripts/publish-package.sh", | ||
"publish:prep": "yarn build:clean && yarn lint && yarn test" | ||
"publish:prep": "./scripts/publish-prep.sh" | ||
}, | ||
@@ -34,0 +34,0 @@ "dependencies": { |
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
166141