Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary files from npm package; bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
aral committed Mar 31, 2021
1 parent 7024dbf commit d2f11c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@small-tech/vite-plugin-sri",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Vite plugin that adds subresource integrity hashes to your index.html file at build time.",
"type": "module",
"main": "index.js",
Expand All @@ -16,6 +16,7 @@
"type": "git",
"url": "git+https://github.com/small-tech/vite-plugin-sri.git"
},
"files": [],
"keywords": [
"Vite",
"Subresource",
Expand Down

0 comments on commit d2f11c0

Please sign in to comment.