Skip to content

Commit 5ad50c4

Browse files
committed
Whitelist files in distribution
1 parent c0a6783 commit 5ad50c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"grunt-contrib-watch": "^1.0.0",
2020
"grunt-exec": "^1.0.1",
2121
"mocha": "^3.1.2"
22-
}
22+
},
23+
"files": ["index.js", "index.d.ts", "LICENSE", "README.md"]
2324
}

0 commit comments

Comments
 (0)