Skip to content

Commit

Permalink
chore: add files field into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Nov 24, 2024
1 parent 384ab83 commit 9711cd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"type": "git",
"url": "git://github.com/Pana/nrm.git"
},
"files": [
"actions.js",
"constants.js",
"helpers.js",
"registries.json"
],
"scripts": {
"star": "npm star nrm",
"test": "jest",
Expand Down

0 comments on commit 9711cd1

Please sign in to comment.