assemblyscript-prettier
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,10 @@ | ||
## [1.0.3](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.2...1.0.3) (2022-08-05) | ||
### Bug Fixes | ||
* move prettier and assemblyscript from dependencies to peerDependencies ([6aa4c83](https://github.com/HerrCai0907/assemblyscript-prettier/commit/6aa4c8312ccb34f8e538d1900ee5bb3abe47acbc)) | ||
## [1.0.2](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.1...1.0.2) (2022-08-03) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "assemblyscript-prettier", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "prettier for assemblyscript", | ||
@@ -14,2 +14,6 @@ "bin": { | ||
"license": "MIT", | ||
"keywords": [ | ||
"assemblyscript", | ||
"prettier" | ||
], | ||
"publishConfig": { | ||
@@ -25,4 +29,7 @@ "access": "public" | ||
}, | ||
"peerDependencies": { | ||
"assemblyscript": "^0.20.0", | ||
"prettier": "^2.7.1" | ||
}, | ||
"dependencies": { | ||
"assemblyscript": "^0.20.16", | ||
"chalk": "^5.0.1", | ||
@@ -32,4 +39,3 @@ "cli-progress": "^3.11.2", | ||
"fast-glob": "^3.2.11", | ||
"ignore": "^5.2.0", | ||
"prettier": "^2.7.1" | ||
"ignore": "^5.2.0" | ||
}, | ||
@@ -36,0 +42,0 @@ "devDependencies": { |
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
7738
- Removedassemblyscript@^0.20.16
- Removedprettier@^2.7.1