Skip to content

Commit 8b979f2

Browse files
committed
Release v0.1.8
1 parent 1060210 commit 8b979f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "vite-plugin-node-polyfills",
33
"description": "A Vite plugin to polyfill native Node modules for the browser",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"author": "David Myers <[email protected]>",
66
"funding": "https://github.com/sponsors/voracious",
7+
"homepage": "https://github.com/voracious/vite-plugin-node-polyfills",
78
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/voracious/vite-plugin-node-polyfills.git"
12+
},
813
"keywords": [
914
"node",
1015
"polyfills",

0 commit comments

Comments
 (0)