We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fa51e commit 650fa71Copy full SHA for 650fa71
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "./node_modules/.bin/jest -b --runInBand",
8
"build": "./node_modules/.bin/babel src/index.js > index.js",
9
- "pretest": "npm run-script build",
+ "pretest": "npm run-script build && knex migrate:latest",
10
"prepare": "npm run-script build"
11
},
12
"repository": {
@@ -32,12 +32,12 @@
32
"babel-polyfill": "^6.7.4",
33
"babel-preset-es2015": "^6.6.0",
34
"babel-preset-stage-0": "^6.5.0",
35
- "bookshelf": "^0.12.0",
+ "bookshelf": "^0.14.2",
36
"co": "^4.6.0",
37
"graphql": "^0.11.0",
38
"graphql-relay": "^0.5.1",
39
"jest-cli": "^21.1.0",
40
- "knex": "0.14.1",
+ "knex": "^0.16.3",
41
"regenerator-runtime": "^0.11.0",
42
"sqlite3": "^4.0.6"
43
0 commit comments