Skip to content

Commit 6c037c8

Browse files
author
André Gaul
committed
fix package name
1 parent 6e341da commit 6c037c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
couchmap-backbone-leaflet
2-
=========================
1+
couchmap-leaflet
2+
================
33

44
Show data based on geolocation - these are backbone views for leaflet

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "couchmap-backbone-leaflet",
2+
"name": "couchmap-leaflet",
33
"version": "0.1.0",
44
"description": "backbone leaflet views for couchmap",
55
"main": "index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/libremap/couchmap-backbone-leaflet.git"
11+
"url": "git://github.com/libremap/couchmap-leaflet.git"
1212
},
1313
"keywords": [
1414
"couchmap",
@@ -20,7 +20,7 @@
2020
"author": "André Gaul <[email protected]>",
2121
"license": "GPLv3",
2222
"bugs": {
23-
"url": "https://github.com/libremap/couchmap-backbone-leaflet/issues"
23+
"url": "https://github.com/libremap/couchmap-leaflet/issues"
2424
},
2525
"dependencies": {
2626
"couchmap-common": "libremap/couchmap-common",

0 commit comments

Comments
 (0)