Skip to content

Commit cf894b1

Browse files
committed
package.json: Added 'stringify.js' to the package files
1 parent c636f0d commit cf894b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "./index.js",
1010
"files": [
11-
"index.js"
11+
"index.js", "stringify.js"
1212
],
1313
"scripts": {
1414
"test": "node tests/test.js && jshint *.js"

0 commit comments

Comments
 (0)