We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c7406 commit 8de6fffCopy full SHA for 8de6fff
package.json
@@ -4,6 +4,10 @@
4
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
5
"main": "javascript-stringify.js",
6
"typings": "javascript-stringify.d.ts",
7
+ "files": [
8
+ "javascript-stringify.js",
9
+ "javascript-stringify.d.ts"
10
+ ],
11
"scripts": {
12
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
13
},
0 commit comments