Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Merge 9144823 into ac8e660
Browse files Browse the repository at this point in the history
  • Loading branch information
webcaetano committed Sep 18, 2015
2 parents ac8e660 + 9144823 commit fbb7ab1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knex-schema",
"version": "2.1.0",
"version": "2.1.1",
"description": "Knex schema utility.",
"main": "lib/manager.js",
"directories": {
Expand All @@ -26,18 +26,18 @@
"homepage": "https://github.com/lemonde/knex-schema",
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.9.1",
"chai": "^1.10.0",
"coveralls": "^2.10.0",
"knex": "^0.7.3",
"mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1",
"knex": "^0.7.6",
"mocha": "^1.21.5",
"mocha-lcov-reporter": "0.0.2",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0",
"sqlite3": "^3.0.2"
},
"dependencies": {
"bluebird": "^1.2.4",
"lodash": "^2.4.1"
"bluebird": "^2.10.0",
"lodash": "^3.10.1"
},
"config": {
"blanket": {
Expand Down

0 comments on commit fbb7ab1

Please sign in to comment.