Skip to content

Commit

Permalink
fix: remove dev-related files from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 27, 2024
1 parent 74c99be commit e3a7fec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"vsce"
],
"main": "index.js",
"files": [
"lib/**/*.js"
],
"scripts": {
"lint": "prettier --check . && eslint . && installed-check --ignore-dev",
"test": "c8 ava",
Expand Down

0 comments on commit e3a7fec

Please sign in to comment.