graphql-language-service-types
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "graphql-language-service-types", | ||
"repository": "https://github.com/graphql/graphql-language-service", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
@@ -22,3 +22,3 @@ "contributors": [ | ||
"scripts": { | ||
"test": "npm run lint && npm run check", | ||
"test": "npm run lint", | ||
"lint": "eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)", | ||
@@ -28,19 +28,7 @@ "build": "npm run build-js && npm run build-flow", | ||
"build-flow": "babel-node scripts/build-flow.js", | ||
"check": "flow check", | ||
"prepublish": "node scripts/prepublish.js" | ||
}, | ||
"dependencies": { | ||
"graphql": "0.9.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.23.0", | ||
"babel-eslint": "7.1.0", | ||
"babel-plugin-transform-flow-strip-types": "6.18.0", | ||
"babel-types": "6.22.0", | ||
"eslint": "3.15.0", | ||
"eslint-plugin-babel": "3.3.0", | ||
"eslint-plugin-dependencies": "2.0.0", | ||
"eslint-plugin-flowtype": "2.29.1", | ||
"flow-bin": "0.39.0" | ||
"graphql": "^0.9.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
0
7246
+ Addedgraphql@0.9.6(transitive)
+ Addediterall@1.3.0(transitive)
- Removedgraphql@0.9.1(transitive)
- Removediterall@1.0.3(transitive)
Updatedgraphql@^0.9.1