Skip to content

Commit 2c7c8f1

Browse files
committed
chore: Bump version 0.2.0
1 parent e48df13 commit 2c7c8f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redux-model/graphql",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "lib/index.js",
55
"typings": "lib/index.d.ts",
66
"repository": "git@github.com:redux-model/graph.git",
@@ -10,7 +10,6 @@
1010
"test": "nyc mocha ./tests/*.test.ts -r ts-node/register",
1111
"prepublishOnly": "rm -rf ./build/ ./lib/ && tsc && mv ./build/src/ ./lib/ && public-refactor --src ./src --dist ./lib"
1212
},
13-
"dependencies": {},
1413
"devDependencies": {
1514
"@types/chai": "^4.2.12",
1615
"@types/mocha": "^8.0.3",

0 commit comments

Comments
 (0)