diff --git a/package.json b/package.json index 5b3e8ac..567c985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@redux-model/graphql", - "version": "0.1.0", + "version": "0.2.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "repository": "git@github.com:redux-model/graph.git", @@ -10,7 +10,6 @@ "test": "nyc mocha ./tests/*.test.ts -r ts-node/register", "prepublishOnly": "rm -rf ./build/ ./lib/ && tsc && mv ./build/src/ ./lib/ && public-refactor --src ./src --dist ./lib" }, - "dependencies": {}, "devDependencies": { "@types/chai": "^4.2.12", "@types/mocha": "^8.0.3",