Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kellnerd committed Nov 21, 2024
1 parent 7a6f585 commit 3e6ec7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The default build function provides all these features, but you can also write y
npm install --save-dev kellnerd/userscript-bundler
```

You can also install a specific version with `npm install --save-dev kellnerd/userscript-bundler#v0.8.4` (where the part after the hash can be any tag or commit).
You can also install a specific version with `npm install --save-dev kellnerd/userscript-bundler#v0.8.5` (where the part after the hash can be any tag or commit).

2. Create a build script and save it, e.g. as `build.js`:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kellnerd/userscript-bundler",
"version": "0.8.4",
"version": "0.8.5",
"author": "David Kellner",
"description": "Builds userscripts and bookmarklets from ES modules",
"keywords": [
Expand Down

0 comments on commit 3e6ec7a

Please sign in to comment.