rollup-plugin-import-assert
Advanced tools
Comparing version
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.1.1](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v1.1.0...v1.1.1) (2021-07-21) | ||
### Bug Fixes | ||
* add keywords to package.json ([55cb627](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/55cb627bfd0f489acb715526ff91c352c4e5195e)) | ||
## 1.1.0 (2021-07-21) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "rollup-plugin-import-assert", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A Rollup plugin to add import assertion behavior and syntax support", | ||
@@ -10,4 +10,13 @@ "main": "dist/import-assert.js", | ||
"build": "tsc", | ||
"release": "standard-version" | ||
"release": "standard-version", | ||
"postrelease": "git push --follow-tags origin main && npm publish" | ||
}, | ||
"keywords": [ | ||
"Rollup", | ||
"constructible stylesheets", | ||
"json", | ||
"css", | ||
"web components", | ||
"acorn" | ||
], | ||
"author": "Caleb D. Williams <caleb.d.williams@gmail.com>", | ||
@@ -14,0 +23,0 @@ "license": "MIT", |
15579
3.19%