Skip to content

Commit

Permalink
Split and refactor graphql import (#1437)
Browse files Browse the repository at this point in the history
* Split & Refactor GraphQL Import

* fIX
  • Loading branch information
ardatan committed Apr 30, 2020
1 parent 5fe5a77 commit 813d528
Show file tree
Hide file tree
Showing 117 changed files with 864 additions and 1,069 deletions.
26 changes: 26 additions & 0 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@graphql-tools/import",
"version": "5.0.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"dependencies": {
"fs-extra": "9.0.0",
"resolve-from": "5.0.0"
}
}
Loading

0 comments on commit 813d528

Please sign in to comment.