Skip to content

Commit

Permalink
v6.6.3 - Include lib/ in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jan 12, 2018
1 parent 4035332 commit 6c115e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "nanochoo",
"version": "6.6.2",
"version": "6.6.3",
"description": "choo but half the size",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"dist",
"example"
"example",
"lib/server.js",
"lib/browser.js"
],
"browser": {
"./index.js": "./lib/browser.js",
Expand Down

0 comments on commit 6c115e0

Please sign in to comment.