Skip to content

Commit 091b032

Browse files
committed
Exclude unnecessary files from npm module
1 parent f4684c4 commit 091b032

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"test": "nyc --reporter=html --reporter=text mocha",
1313
"lint": "eslint ."
1414
},
15+
"files": [
16+
"*.d.ts",
17+
"lib"
18+
],
1519
"runkitExample": "const transformJS = require('js-to-json-logic');",
1620
"keywords": [
1721
"json",

0 commit comments

Comments
 (0)