Skip to content

Commit d0f6fc4

Browse files
committed
v0.3.8
1 parent 0113cb2 commit d0f6fc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starkstring",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Persian language localization.",
55
"homepage": "http://github.com/hosseinmd/starkString",
66
"author": "Hossein Mohammadi <[email protected]> ",
@@ -40,13 +40,13 @@
4040
"jest": "26.0.1",
4141
"prettier": "^2.3.2",
4242
"prettier-plugin-jsdoc": "^0.3.23",
43-
"ts-jest": "25.5.1",
4443
"react-scripts": "^5.0.0",
44+
"ts-jest": "25.5.1",
4545
"typescript": "^4.3.5"
4646
},
4747
"scripts": {
48-
"release": "yarn test && yarn build && yarn publish",
48+
"release": "yarn test --watchAll=false && yarn build && yarn publish",
4949
"build": "tsc",
5050
"test": "react-scripts test"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)