Skip to content

Commit e677261

Browse files
committed
Add files attr
1 parent 366ad6a commit e677261

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"nunjucks": "^3.2.3",
2323
"path": "^0.12.7"
2424
},
25+
"peerDependencies": {
26+
"@sapling/sapling": "^0.1.0"
27+
},
2528
"devDependencies": {
2629
"@babel/core": "^7.13.10",
2730
"@babel/eslint-parser": "^7.13.10",
@@ -31,9 +34,6 @@
3134
"nyc": "^15.1.0",
3235
"xo": "^0.48.0"
3336
},
34-
"peerDependencies": {
35-
"@sapling/sapling": "^0.1.0"
36-
},
3737
"scripts": {
3838
"precommit": "lint-staged",
3939
"lint-fix": "xo --fix",
@@ -42,6 +42,9 @@
4242
"test:report": "nyc --reporter=lcov npm test",
4343
"test:send": "npx codecov"
4444
},
45+
"files": [
46+
"index.js"
47+
],
4548
"xo": {
4649
"ignores": [
4750
"node_modules/**/*.*",

0 commit comments

Comments
 (0)