Comparing version 0.2.0 to 0.2.3
{ | ||
"name": "graphiql", | ||
"version": "0.2.0", | ||
"version": "0.2.3", | ||
"description": "An interactive in-browser GraphQL IDE.", | ||
@@ -47,9 +47,9 @@ "contributors": [ | ||
"scripts": { | ||
"test": "npm run lint && npm run testonly", | ||
"test": "npm run lint && npm run check && npm run testonly", | ||
"testonly": "mocha $npm_package_options_mocha", | ||
"lint": "eslint src", | ||
"check": "flow check", | ||
"build": ". resources/build.sh", | ||
"build": ". ./resources/build.sh", | ||
"preversion": ". ./resources/checkgit.sh && npm test", | ||
"prepublish": "npm run build" | ||
"prepublish": ". ./resources/prepublish.sh" | ||
}, | ||
@@ -62,3 +62,3 @@ "dependencies": { | ||
"peerDependencies": { | ||
"graphql": "^0.4.2", | ||
"graphql": "^0.4.0", | ||
"react": "^0.13 || ^0.14.0-beta" | ||
@@ -76,5 +76,5 @@ }, | ||
"eslint-plugin-react": "3.2.3", | ||
"flow-bin": "0.14.0", | ||
"graphql": "0.4.2", | ||
"jsdom": "3.0.0", | ||
"flow-bin": "0.16.0", | ||
"graphql": "0.4.4", | ||
"jsdom": "6.5.1", | ||
"mocha": "2.2.5", | ||
@@ -81,0 +81,0 @@ "react": "0.13.3", |
@@ -6,2 +6,4 @@ GraphiQL | ||
[![Build Status](https://travis-ci.org/graphql/graphiql.svg)](https://travis-ci.org/graphql/graphiql) | ||
![](resources/graphiql.png) | ||
@@ -8,0 +10,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1429864
27159
100