Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
fix: explicitly indicate the files that should be published
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed May 18, 2016
1 parent 557ef81 commit 8d2199f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Expand Up @@ -46,5 +46,10 @@
"ignore": [
"annotation.js"
]
}
}
},
"files": [
"index.js",
"annotation.js",
"LICENSE.txt"
]
}

0 comments on commit 8d2199f

Please sign in to comment.