Skip to content

Commit

Permalink
add [files] to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Dec 29, 2018
1 parent 8eccc04 commit 913fb4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Expand Up @@ -29,5 +29,12 @@
"fs-extra": "^7.0.1",
"serve-handler": "^5.0.7"
},
"devDependencies": {}
"devDependencies": {},
"files": [
"index.js",
"program.js",
"route.js",
"symbols.js",
"library/*"
]
}

0 comments on commit 913fb4d

Please sign in to comment.