Skip to content

Commit

Permalink
fix: npm publish files
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Nov 24, 2023
1 parent 7e222f7 commit 4734931
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gopeed-polyfill-webpack-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Polyfill Node.js core modules in Webpack.",
"repository": "GopeedLab/gopeed-polyfill-webpack-plugin",
"author": {
Expand All @@ -11,7 +11,8 @@
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
"index.d.ts",
"modules"
],
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 4734931

Please sign in to comment.