Skip to content

Commit

Permalink
Pull in cp-data v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Jan 10, 2014
1 parent 08f795e commit 743b876
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
v0.7.2
======

* Pull in cp-data v1.1.2

v0.7.1
======

Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "graphlib",
"version": "0.7.2-pre",
"version": "0.7.2",
"description": "A directed and undirected multi-graph library",
"main": "index.js",
"keywords": [
Expand All @@ -17,11 +17,11 @@
}
},
"dependencies": {
"cp-data": "1.1.1"
"cp-data": "1.1.2"
},
"devDependencies": {
"benchmark": "~1.0.0",
"blanket": "1.x.x",
"blanket": "1.1.6",
"browserify": "~2.35.1",
"chai": "1.7.x",
"grunt": "~0.4.1",
Expand All @@ -31,7 +31,7 @@
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cov": "0.0.7",
"grunt-mocha-cov": "0.1.1",
"jade": "0.35.x",
"marked": "0.2.x",
"mocha": "1.12.x",
Expand All @@ -44,4 +44,4 @@
"url": "https://github.com/cpettitt/graphlib.git"
},
"license": "MIT"
}
}

0 comments on commit 743b876

Please sign in to comment.