Skip to content

Commit

Permalink
Merge pull request #198 from chouchouji/chore-package-files
Browse files Browse the repository at this point in the history
chore: add files field into package.json
  • Loading branch information
iosh authored Nov 24, 2024
2 parents a6b8009 + 6f54e36 commit 4dcbba3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-ants-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nrm': patch
---

Optimize package files Thanks @chouchouji
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"type": "git",
"url": "git+https://github.com/Pana/nrm.git"
},
"files": [
"cli.js",
"actions.js",
"constants.js",
"helpers.js",
"process.js",
"registries.json"
],
"scripts": {
"star": "npm star nrm",
"test": "jest",
Expand Down

0 comments on commit 4dcbba3

Please sign in to comment.