Skip to content

Commit

Permalink
Merge pull request #3 from softvar/fix-package-json
Browse files Browse the repository at this point in the history
fix(package.json): change main field to point to main.js
  • Loading branch information
gauravmuk committed Oct 20, 2020
2 parents c359bee + 7a38d56 commit 199de30
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
@@ -1,7 +1,7 @@
{
"name": "tippy-demo",
"version": "1.0.0",
"main": "index.js",
"main": "main.js",
"repository": "git@github.com:gauravmuk/tippy-demo.git",
"author": "Gaurav Nanda <gaurav.nanda@wingify.com>",
"license": "MIT",
Expand Down

0 comments on commit 199de30

Please sign in to comment.