Skip to content

Commit 393158d

Browse files
committed
chore: Bump version 0.2.2
1 parent b0080a6 commit 393158d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redux-model/graphql",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"typings": "lib/index.d.ts",
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"scripts": {
1111
"test": "nyc mocha ./tests/*.test.ts -r ts-node/register",
12-
"prepublishOnly": "rm -rf ./build/ ./lib/ && tsc && mv ./build/src/ ./lib/ && public-refactor --src ./src --dist ./lib"
12+
"prepublishOnly": "sh ./scripts/prepublish.sh"
1313
},
1414
"devDependencies": {
1515
"@types/chai": "^4.2.12",

0 commit comments

Comments
 (0)