Skip to content

Commit

Permalink
feat: add "files" to generated package.json (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored May 23, 2024
1 parent 283ce5a commit cf7d755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"author": "<%- userName.replace(/"/g, '\\"') %>",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"lint": "npm-run-all \"lint:*\"",
"lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
Expand Down

0 comments on commit cf7d755

Please sign in to comment.