Skip to content

Commit

Permalink
Add files attr
Browse files Browse the repository at this point in the history
  • Loading branch information
groenroos committed Mar 30, 2022
1 parent 0ed0e2f commit 03993e9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
"peerDependencies": {
"@sapling/sapling": "^0.1.0"
},
"scripts": {
"precommit": "lint-staged",
"lint-fix": "xo --fix",
"lint": "xo",
"test": "nyc ava",
"test:report": "nyc --reporter=lcov npm test",
"test:send": "npx codecov"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
Expand All @@ -41,6 +33,17 @@
"nyc": "^15.1.0",
"xo": "^0.48.0"
},
"scripts": {
"precommit": "lint-staged",
"lint-fix": "xo --fix",
"lint": "xo",
"test": "nyc ava",
"test:report": "nyc --reporter=lcov npm test",
"test:send": "npx codecov"
},
"files": [
"index.js"
],
"xo": {
"ignores": [
"drivers/db/Interface.js",
Expand Down

0 comments on commit 03993e9

Please sign in to comment.