Skip to content

Commit

Permalink
update deps to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 20, 2014
1 parent 69000e2 commit 9baff42
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
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"keywords": ["mapbox", "mapnik"],
"dependencies": {
"srs": "~0.4.1",
"mapnik": "~1.4.4",
"srs": "~0.4.2",
"mapnik": "~1.4.10",
"sphericalmercator": "1.0.2"
},
"repository": {
Expand All @@ -17,10 +17,10 @@
"node": "0.10.x"
},
"devDependencies": {
"mocha": "1.17.x"
"mocha": "1.x"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
"test": "mocha -R spec"
},
"author": "Carol B. Hansen"
}

0 comments on commit 9baff42

Please sign in to comment.