Skip to content

Commit

Permalink
Include index.ts in published files to fix webpack warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Feb 22, 2018
1 parent f873e26 commit 6badcf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "davenport",
"version": "2.8.1",
"version": "2.8.2",
"description": "A CouchDB client for simplifying common tasks like get, list, create, update and delete. Comes complete with full TypeScript definitions.",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"files": [
"bin/index.*",
"bin/browser.js"
"bin/browser.js",
"index.ts"
],
"scripts": {
"build": "rimraf ./bin && tsc -p . && npm run webpack",
Expand Down

0 comments on commit 6badcf9

Please sign in to comment.