Skip to content

Commit d1c9ace

Browse files
committed
add files array
1 parent 44a4de4 commit d1c9ace

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "path-to-regexp",
33
"description": "Express style path to RegExp utility",
44
"version": "0.1.3",
5+
"files": [
6+
"index.js",
7+
"LICENSE"
8+
],
59
"scripts": {
610
"test": "istanbul cover _mocha -- -R spec"
711
},

0 commit comments

Comments
 (0)