Skip to content

Commit d882ec3

Browse files
committedMay 5, 2019
Updated package.json files section
1 parent c6cb0cd commit d882ec3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎package.json

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "3.0.18",
44
"description": "OS.js v3 CLI",
55
"main": "index.js",
6+
"files": [
7+
"bin",
8+
"src",
9+
"index.js",
10+
"CHANGELOG.md",
11+
"README.md",
12+
"LICENSE"
13+
],
614
"scripts": {
715
"test": "echo \"Error: no test specified\" && exit 1",
816
"eslint": "eslint index.js src/**/*.js bin/*.js"

0 commit comments

Comments
 (0)
Please sign in to comment.