Skip to content

Commit

Permalink
Move package to @mapbox namespace. (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw authored and natslaughter committed Dec 23, 2016
1 parent 06e5d46 commit 491768b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"author": "Mapbox",
"name": "maki",
"name": "@mapbox/maki",
"description": "Pixel-perfect icons for web cartography",
"version": "2.1.0",
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
"build": "node scripts/make-layouts.js"
},
"devDependencies": {
"tape" : "^4.2.2",
"tape": "^4.2.2",
"tap-spec": "^4.1.1",
"xml2js": "^0.4.15"
},
Expand All @@ -23,10 +23,9 @@
"poi",
"svg"
],
"author": "Mapbox",
"license": "CC0",
"bugs": {
"url": "https://github.com/mapbox/map-icons/issues"
},
"homepage": "https://github.com/mapbox/map-icons"
}
}

0 comments on commit 491768b

Please sign in to comment.