Skip to content

Commit

Permalink
Undo a fix that was actually a bug (wrong "main" in package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauschma committed Jan 20, 2016
1 parent 410c8eb commit 692021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "enumify",
"version": "1.0.3",
"main": "./src/enumify.js",
"main": "./lib/enumify.js",
"//": "babel-register is needed for mocha",
"devDependencies": {
"babel-cli": "^6.2.4",
Expand Down

0 comments on commit 692021e

Please sign in to comment.