Skip to content

Commit

Permalink
Correct main path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tommikaikkonen committed Sep 20, 2016
1 parent d4b6fa6 commit be92dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "redux-orm",
"version": "0.8.3",
"description": "Simple ORM to manage and query your state trees",
"main": "lib/index.js",
"main": "dist/redux-orm.js",
"scripts": {
"test": "make test",
"prepublish": "make build"
Expand Down

0 comments on commit be92dd7

Please sign in to comment.