Skip to content

Commit

Permalink
fix(main): fix path to main file
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Aug 24, 2016
1 parent 46b62fc commit 1bc1969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"bin": {
"tartifacts": "bin/tartifacts"
},
"main": "lib/index.js",
"main": "index.js",
"files": [
"bin/**",
"lib/**",
Expand Down

0 comments on commit 1bc1969

Please sign in to comment.