Skip to content

Commit

Permalink
chore(package): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot authored and zspecza committed Sep 28, 2015
1 parent 098f7f8 commit deda629
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -35,18 +35,18 @@
"node": ">=0.10.0"
},
"devDependencies": {
"chai": "^1.9.1",
"coffee-script": "^1.7.1",
"mocha": "^1.18.2",
"chai": "1.10.0",
"coffee-script": "1.10.0",
"mocha": "1.21.5",
"mocha-lcov-reporter": "0.0.1",
"istanbul": "^0.2.7",
"coveralls": "^2.10.0"
"istanbul": "0.2.16",
"coveralls": "2.11.4"
},
"dependencies": {
"lodash": "^2.4.1",
"pathval": "^0.1.1",
"when": "^3.1.0",
"js-yaml": "^3.0.2",
"cson-safe": "^0.1.1"
"lodash": "2.4.2",
"pathval": "0.1.1",
"when": "3.7.3",
"js-yaml": "3.4.2",
"cson-safe": "0.1.1"
}
}

0 comments on commit deda629

Please sign in to comment.