We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0080a6 commit 393158dCopy full SHA for 393158d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@redux-model/graphql",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"main": "lib/index.js",
5
"module": "es/index.js",
6
"typings": "lib/index.d.ts",
@@ -9,7 +9,7 @@
9
"license": "MIT",
10
"scripts": {
11
"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"
+ "prepublishOnly": "sh ./scripts/prepublish.sh"
13
},
14
"devDependencies": {
15
"@types/chai": "^4.2.12",
0 commit comments