Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Nov 23, 2015
1 parent 68eb2d2 commit 16cfa34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### HEAD

### 0.1.5 (November 23, 2015)

* Updated dependencies.


### 0.1.4 (October 30, 2015)

* Made the command npm run display-coverage cross-platform,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmaps",
"version": "0.1.4",
"version": "0.1.5",
"description": "A light Javascript API for reading Natural Earth DB files",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,11 +28,11 @@
},
"homepage": "https://github.com/jclo/jmaps",
"devDependencies": {
"chai": "3.4.0",
"chai": "3.4.1",
"coveralls": "2.11.4",
"ghooks": "0.3.2",
"ghooks": "1.0.1",
"istanbul": "0.4.0",
"mocha": "2.3.3",
"mocha": "2.3.4",
"opener": "1.4.1"
},
"config": {
Expand Down

0 comments on commit 16cfa34

Please sign in to comment.