Skip to content

Commit

Permalink
chore: Bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh1990 committed Sep 21, 2020
1 parent e48df13 commit 2c7c8f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:redux-model/graph.git",
Expand All @@ -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",
Expand Down

0 comments on commit 2c7c8f1

Please sign in to comment.