|
1 | 1 | { |
2 | 2 | "name": "graphql-compose-connection", |
3 | | - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "Plugin for `graphql-compose` which provide a connection resolver for types.", |
5 | 5 | "files": [ |
6 | 6 | "es", |
|
24 | 24 | "homepage": "https://github.com/nodkz/graphql-compose-connection", |
25 | 25 | "peerDependencies": { |
26 | 26 | "graphql": ">=0.5.0 || >=0.6.0", |
27 | | - "graphql-compose": ">=0.0.6 || >=1.0.0" |
| 27 | + "graphql-compose": ">=0.0.16 || >=1.0.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | 30 | "babel-cli": "6.11.4", |
|
34 | 34 | "babel-plugin-transform-flow-strip-types": "6.8.0", |
35 | 35 | "babel-plugin-transform-object-rest-spread": "6.8.0", |
36 | 36 | "babel-plugin-transform-regenerator": "6.11.4", |
37 | | - "babel-plugin-transform-runtime": "6.12.0", |
38 | 37 | "babel-preset-es2015": "6.13.2", |
39 | 38 | "chai": "3.5.0", |
40 | 39 | "chai-as-promised": "5.3.0", |
41 | 40 | "chai-spies": "0.7.1", |
42 | 41 | "eslint": "3.2.2", |
43 | 42 | "eslint-config-airbnb": "10.0.0", |
44 | | - "eslint-plugin-flow-vars": "0.5.0", |
45 | 43 | "eslint-plugin-flowtype": "2.6.1", |
46 | 44 | "eslint-plugin-import": "1.12.0", |
47 | 45 | "eslint-plugin-jsx-a11y": "2.0.1", |
|
59 | 57 | "lint": "eslint src test *.js", |
60 | 58 | "prepublish": "npm run test && npm run build", |
61 | 59 | "test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js", |
62 | | - "watch": "babel-node ./resources/watch.js" |
| 60 | + "watch": "babel-node ./resources/watch.js", |
| 61 | + "link": "npm link graphql && npm link graphql-compose && npm link" |
63 | 62 | } |
64 | 63 | } |
0 commit comments