Skip to content

Commit 0caa4ee

Browse files
committed
1.0.1
1 parent 443937b commit 0caa4ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"variables",
77
"polyfill"
88
],
9-
"version": "1.0.0",
9+
"version": "1.0.1",
1010
"author": {
1111
"name": "Jonathan Ong",
1212
"email": "[email protected]",
@@ -27,5 +27,7 @@
2727
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
2828
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
2929
},
30-
"files": ["index.js"]
30+
"files": [
31+
"index.js"
32+
]
3133
}

0 commit comments

Comments
 (0)