Skip to content

Commit

Permalink
fix: main pointed to the wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds authored Jul 19, 2018
1 parent 2ab275a commit ecdb23d
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 @@ -5,9 +5,9 @@
"A JavaScript library committed to improving user experience by empowering users to interact with web apps using the keyboard (better than cryptic shortcuts).",
"homepage": "https://github.com/kentcdodds/genie",
"author": "Kent C. Dodds <kent@doddsfamily.us>",
"main": "dist/genie.cjs.js",
"jsnext:main": "dist/genie.es.js",
"module": "dist/genie.es.js",
"main": "dist/geniejs.cjs.js",
"jsnext:main": "dist/geniejs.es.js",
"module": "dist/geniejs.es.js",
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build --browser --environment BUILD_NAME:genie",
Expand Down

0 comments on commit ecdb23d

Please sign in to comment.