Skip to content

Commit

Permalink
Merge pull request #21 from canjs/fix-main-file
Browse files Browse the repository at this point in the history
Fix main in packages.json
  • Loading branch information
cherifGsoul authored Jun 21, 2019
2 parents 9a544ab + 871798f commit a0f79bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "node build.js",
"develop": "done-serve --static --develop --port 8080"
},
"main": "dist/cjs/can-key-tree",
"main": "can-key-tree",
"keywords": [
"CanJS",
"DoneJS",
Expand Down

0 comments on commit a0f79bf

Please sign in to comment.