Skip to content

Commit

Permalink
Remove unnecessary files from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Aug 26, 2024
1 parent c23a354 commit 2c7c2fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@
"bugs": "https://github.com/TRUEPIC/queryql/issues",
"license": "MIT",
"main": "./src/index.js",
"repository": "TRUEPIC/queryql",
"repository": {
"type": "git",
"url": "git+https://github.com/TRUEPIC/queryql.git"
},
"files": [
"src",
"!src/**/*.test.js",
"DOCS.md"
],
"scripts": {
"lint": "npm run lint:format && npm run lint:quality",
"lint:format": "prettier --check .",
Expand Down

0 comments on commit 2c7c2fa

Please sign in to comment.