Skip to content

Commit

Permalink
Merge pull request #15 from jseppi/npmify
Browse files Browse the repository at this point in the history
Add to npm
  • Loading branch information
jseppi authored Jan 16, 2017
2 parents 285d30e + d30586a commit d077fd9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
images/
bower.json
index.html
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Leaflet.MakiMarkers",
"main": "Leaflet.MakiMarkers.js",
"version": "3.0.0",
"version": "3.1.0",
"homepage": "https://github.com/jseppi/Leaflet.MakiMarkers",
"authors": [
"James Seppi <[email protected]>"
Expand Down
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "leaflet-makimarkers",
"version": "3.1.0",
"description": "Leaflet plugin to create map icons using Maki Icons from Mapbox",
"main": "Leaflet.MakiMarkers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jseppi/Leaflet.MakiMarkers.git"
},
"keywords": [
"leaflet",
"maki",
"icons",
"mapbox",
"markers"
],
"dependencies": {
"leaflet": ">=0.5.0"
},
"author": "James Seppi",
"license": "MIT",
"bugs": {
"url": "https://github.com/jseppi/Leaflet.MakiMarkers/issues"
},
"homepage": "https://github.com/jseppi/Leaflet.MakiMarkers#readme"
}

0 comments on commit d077fd9

Please sign in to comment.