Skip to content

Commit ae3ed04

Browse files
authored
Extend package.json with files array
1 parent f8ae34e commit ae3ed04

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"pretest": "npm run build:node",
1414
"test": "node_modules/.bin/mocha lib/**/*.spec.js -c"
1515
},
16+
"files": [
17+
"dist"
18+
],
1619
"repository": {
1720
"type": "git",
1821
"url": "https://github.com/jaystack/repatch.git"

0 commit comments

Comments
 (0)