Skip to content

Commit

Permalink
main: now references index.js
Browse files Browse the repository at this point in the history
because i expect the user to be using commonjs by default
If the user was using script tags then this will not matter at all.
  • Loading branch information
martov1 authored Oct 20, 2016
1 parent cb63f3f commit d062a85
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
Expand Up @@ -2,7 +2,7 @@
"name": "justgage",
"version": "1.2.2",
"description": "JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting.",
"main": "justgage.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit d062a85

Please sign in to comment.