Skip to content

Commit

Permalink
Fix main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbetz committed Nov 17, 2022
1 parent 9cd21c0 commit 198666e
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
@@ -1,8 +1,8 @@
{
"name": "@joshbetz/memcached",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "npm run lint && npm run jest",
"lint": "eslint src __tests__",
Expand Down

0 comments on commit 198666e

Please sign in to comment.