From 2c7c8f1d05ac869211d65431034dbfa946d29ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E6=96=87=E5=8D=8E?= <531362022@qq.com> Date: Mon, 21 Sep 2020 14:37:11 +0800 Subject: [PATCH] chore: Bump version 0.2.0 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",