We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1060210 commit 8b979f2Copy full SHA for 8b979f2
package.json
@@ -1,10 +1,15 @@
1
{
2
"name": "vite-plugin-node-polyfills",
3
"description": "A Vite plugin to polyfill native Node modules for the browser",
4
- "version": "0.1.7",
+ "version": "0.1.8",
5
"author": "David Myers <[email protected]>",
6
"funding": "https://github.com/sponsors/voracious",
7
+ "homepage": "https://github.com/voracious/vite-plugin-node-polyfills",
8
"license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/voracious/vite-plugin-node-polyfills.git"
12
+ },
13
"keywords": [
14
"node",
15
"polyfills",
0 commit comments