Skip to content

Commit

Permalink
2.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofsumit committed Aug 27, 2019
1 parent 1db3d3e commit efcc4e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.pm",
"version": "2.1.0",
"name": "@codeofsumit/leaflet.pm",
"version": "2.1.0-beta.0",
"description": "A Leaflet Plugin For Editing Geometry Layers in Leaflet 1.0",
"keywords": [
"leaflet",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeofsumit/leaflet.pm.git"
"url": "git://github.com/codeofsumit/leaflet.pm.git"
},
"author": {
"name": "Sumit Kumar",
Expand All @@ -78,5 +78,8 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit efcc4e0

Please sign in to comment.