Skip to content

Commit

Permalink
fix: bad entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 11, 2018
1 parent 933b6fb commit e8fb1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Remy Sharp",
"name": "loop-protect",
"description": "Prevent infinite loops in dynamically eval'd JavaScript.",
"main": "lib/loop-protect",
"version": "2.0.0-beta.1",
"main": "lib/",
"version": "2.0.0-beta.2",
"homepage": "https://github.com/jsbin/loop-protect",
"repository": {
"type": "git",
Expand Down

0 comments on commit e8fb1dd

Please sign in to comment.