Skip to content

Commit

Permalink
Fix: Fix npm paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Feb 6, 2017
1 parent b3a5e0e commit cac7187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"engines": {
"node": ">=6"
},
"main": "./src",
"main": "src",
"bin": {
"proselintjs": "./src/index.js"
"proselintjs": "src/index.js"
},
"files": [
"./src"
"src"
],
"scripts": {
"lint": "eslint . --ext .js --fix",
Expand Down

0 comments on commit cac7187

Please sign in to comment.