Skip to content

Commit

Permalink
refactor: Revert to exposing an external module (and requiring depend…
Browse files Browse the repository at this point in the history
…encies) for package typings.
  • Loading branch information
notheotherben committed Apr 14, 2016
1 parent 16ee3c5 commit c65a288
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dist/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ benchmarks
example
lib/*.d.ts
lib/*/**.d.ts
iridium.d.ts
browser.d.ts
test
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"benchmark": "node ./benchmarks/mongodb.js",
"build": "gulp build"
},
"typings": "iridium.d.ts",
"typings": "dist/iridium.d.ts",
"engines": {
"node": ">= 0.10"
},
Expand Down

0 comments on commit c65a288

Please sign in to comment.