Skip to content

Commit 8de6fff

Browse files
committed
Specify a files array for NPM
1 parent c9c7406 commit 8de6fff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
55
"main": "javascript-stringify.js",
66
"typings": "javascript-stringify.d.ts",
7+
"files": [
8+
"javascript-stringify.js",
9+
"javascript-stringify.d.ts"
10+
],
711
"scripts": {
812
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
913
},

0 commit comments

Comments
 (0)