Comparing version 1.8.0 to 1.8.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.8.1](https://github.com/davidbonnet/astring/compare/v1.8.0...v1.8.1) (2021-11-21) | ||
## [1.8.0](https://github.com/davidbonnet/astring/compare/v1.7.6...v1.8.0) (2021-11-21) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "astring", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "JavaScript code generator from an ESTree-compliant AST.", | ||
@@ -33,3 +33,3 @@ "main": "./dist/astring.js", | ||
"release": "standard-version", | ||
"deploy": "git push --follow-tags origin master && npm publish" | ||
"deploy": "git push --follow-tags origin main && npm publish" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
@@ -10,3 +10,3 @@ # Astring | ||
▶️ Checkout the [live demo](http://david.bonnet.cc/astring/demo/). | ||
🎁 Checkout the [live demo](https://david.bonnet.cc/astring/demo/). | ||
@@ -13,0 +13,0 @@ ### Key features |
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
261159