Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Renamed in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
florianf committed Jan 30, 2016
1 parent 5c821db commit f67d28c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "tilemill",
"name": "tileoven",
"version": "0.10.2",
"main": "./index.js",
"description": "A modern map design studio.",
"keywords": ["map", "design", "cartography"],
"url": "http://github.com/florianf/tilemill",
"url": "http://github.com/florianf/tileoven",
"repository": {
"type": "git",
"url": "git://github.com/florianf/tilemill.git"
"url": "git://github.com/florianf/tileoven.git"
},
"contributors": [
"Tom MacWright <tmcw>",
Expand Down Expand Up @@ -66,7 +66,7 @@
"postinstall": "node ./lib/gitutil.js"
},
"bin": {
"tilemill": "./index.js"
"tileoven": "./index.js"
},
"engineStrict": true,
"engines": { "node": "0.8.x || 0.10.x" }
Expand Down

0 comments on commit f67d28c

Please sign in to comment.