Skip to content

Commit

Permalink
Add main to package.json for ES6 import
Browse files Browse the repository at this point in the history
  • Loading branch information
HTMLGuyLLC committed Jul 18, 2019
1 parent 33c6155 commit 8bf84d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "jconfirm",
"version": "4.4.4",
"description": "jQuery confirmation tooltip plugin",
"author": {
"name" : "HTMLGuy, LLC",
"url" : "https://htmlguy.com"
},
"main": "jConfirm.min.js",
"repository": {
"type": "git",
"url": "https://github.com/HTMLGuyLLC/jConfirm"
Expand All @@ -14,8 +19,5 @@
"dependencies": {
"jquery": "^3.0.0"
},
"license": {
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
}
"license": "MIT"
}

0 comments on commit 8bf84d4

Please sign in to comment.