Skip to content

Commit

Permalink
Fixed main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Scanferla committed Nov 23, 2015
1 parent df0da61 commit 5e50d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lk-collection",
"version": "3.0.0",
"description": "Implement collections in a lk stack (Lambda, Kinesis, MongoDB)",
"main": "dist/index.js",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/innowatio/lk-collection.git"
Expand Down

0 comments on commit 5e50d94

Please sign in to comment.