elgerlambert / redux-localstorage-filter

Storage enhancer to persist a subset of your state.
MIT License
14 stars 5 forks source link

Typo in package.json > main #1

Closed hilkeheremans closed 9 years ago

hilkeheremans commented 9 years ago

Packager can't find the module due to a typo in package.json: "main": "/lib/filter.js", should be "main": "lib/filter.js",

Figured this tiny change was not worth a PR. ;-)

Thanks for the good work!

elgerlambert commented 9 years ago

My bad, thanks for letting me know @hilkeheremans!

Fixed by 0355a74 and published to npm as 0.1.1.