Skip to content

Commit f31090b

Browse files
committedOct 31, 2018
Defined files property
1 parent eef3d20 commit f31090b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"json",
1010
"schema"
1111
],
12+
"files": [
13+
"lib"
14+
],
1215
"license": "(AFL-2.1 OR BSD-3-Clause)",
1316
"repository": {
1417
"type":"git",
@@ -19,4 +22,3 @@
1922
"devDependencies": { "vows": "*" },
2023
"scripts": { "test": "echo TESTS DISABLED vows --spec test/*.js" }
2124
}
22-

0 commit comments

Comments
 (0)
Please sign in to comment.