We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0113cb2 commit d0f6fc4Copy full SHA for d0f6fc4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "starkstring",
3
- "version": "0.3.7",
+ "version": "0.3.8",
4
"description": "Persian language localization.",
5
"homepage": "http://github.com/hosseinmd/starkString",
6
"author": "Hossein Mohammadi <[email protected]> ",
@@ -40,13 +40,13 @@
40
"jest": "26.0.1",
41
"prettier": "^2.3.2",
42
"prettier-plugin-jsdoc": "^0.3.23",
43
- "ts-jest": "25.5.1",
44
"react-scripts": "^5.0.0",
+ "ts-jest": "25.5.1",
45
"typescript": "^4.3.5"
46
},
47
"scripts": {
48
- "release": "yarn test && yarn build && yarn publish",
+ "release": "yarn test --watchAll=false && yarn build && yarn publish",
49
"build": "tsc",
50
"test": "react-scripts test"
51
}
52
-}
+}
0 commit comments