Skip to content

Commit

Permalink
fix: Correctly reference iridium distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 12, 2016
1 parent 5685304 commit d929524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"licence": "MIT",
"main": "./dist/index.js",
"main": "./dist/iridium.js",
"scripts": {
"test": "gulp ci",
"coverage": "gulp coverage",
"lint": "jshint lib/",
"benchmark": "node ./benchmarks/mongodb.js",
"build": "gulp build"
},
"typings": "index.d.ts",
"typings": "dist/iridium.d.ts",
"engines": {
"node": ">= 0.10"
},
Expand Down

0 comments on commit d929524

Please sign in to comment.