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 e48df13 commit 2c7c8f1Copy full SHA for 2c7c8f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@redux-model/graphql",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"main": "lib/index.js",
5
"typings": "lib/index.d.ts",
6
"repository": "git@github.com:redux-model/graph.git",
@@ -10,7 +10,6 @@
10
"test": "nyc mocha ./tests/*.test.ts -r ts-node/register",
11
"prepublishOnly": "rm -rf ./build/ ./lib/ && tsc && mv ./build/src/ ./lib/ && public-refactor --src ./src --dist ./lib"
12
},
13
- "dependencies": {},
14
"devDependencies": {
15
"@types/chai": "^4.2.12",
16
"@types/mocha": "^8.0.3",
0 commit comments