We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ae34e commit ae3ed04Copy full SHA for ae3ed04
1 file changed
package.json
@@ -13,6 +13,9 @@
13
"pretest": "npm run build:node",
14
"test": "node_modules/.bin/mocha lib/**/*.spec.js -c"
15
},
16
+ "files": [
17
+ "dist"
18
+ ],
19
"repository": {
20
"type": "git",
21
"url": "https://github.com/jaystack/repatch.git"
0 commit comments