Skip to content

Commit

Permalink
Changed version of package dependency assert-duck-type from exact to …
Browse files Browse the repository at this point in the history
…semver compatible. Moved mocha-lcov-reporter to devDependencies. Bumped version to 0.0.35
  • Loading branch information
peter committed Dec 10, 2014
1 parent 62cc4f7 commit 0403844
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,6 +1,6 @@
{
"name": "jsonapitest",
"version": "0.0.34",
"version": "0.0.35",
"repository": {
"type": "git",
"url": "https://github.com/peter/jsonapitest"
Expand All @@ -16,17 +16,17 @@
"author": "Peter Marklund",
"license": "ISC",
"dependencies": {
"assert-duck-type": "0.0.2",
"assert-duck-type": "^0.0.2",
"async": "^0.8.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"jayschema": "^0.2.7",
"lodash": "^2.4.1",
"mocha-lcov-reporter": "0.0.1",
"request": "^2.36.0",
"superagent": "^0.18.0"
},
"devDependencies": {
"mocha": "^1.20.1"
"mocha": "^1.20.1",
"mocha-lcov-reporter": "^0.0.1"
}
}

0 comments on commit 0403844

Please sign in to comment.