Skip to content

Commit

Permalink
fix main file and add author
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-gooze committed Sep 23, 2016
1 parent 80c7846 commit 1defcc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "leaflet-arc",
"version": "1.0.1",
"version": "1.0.2",
"description": "Leaflet.js plugin for drawing Great Circle arcs using arc.js",
"main": "Leaflet.Arc.min.js",
"main": "bin/leaflet-arc.min.js",
"scripts": {
"build": "webpack -p",
"lint": "eslint src/",
Expand All @@ -12,7 +12,7 @@
"type": "git",
"url": "git+https://github.com/mad-gooze/Leaflet.Arc.git"
},
"author": "",
"author": "Alexey Gusev <mad.gooze@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mad-gooze/Leaflet.Arc/issues"
Expand Down

0 comments on commit 1defcc1

Please sign in to comment.