react-element-to-jsx-string
Advanced tools
Comparing version
{ | ||
"name": "react-element-to-jsx-string", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Turn a ReactElement into the corresponding JSX string.", | ||
@@ -11,3 +11,4 @@ "main": "index-dist.js", | ||
"test": "mocha --opts mocha.opts && eslint .", | ||
"test:watch": "mocha --opts mocha.opts --watch --reporter min" | ||
"test:watch": "mocha --opts mocha.opts --watch --reporter min", | ||
"release": "./release.sh" | ||
}, | ||
@@ -14,0 +15,0 @@ "author": "Algolia <support@algolia.com> (https://github.com/algolia/)", |
@@ -115,9 +115,3 @@ # react-element-to-jsx-string | ||
```sh | ||
npm install mversion json -g | ||
mversion PatchOrMinorOrMajor && \ | ||
git commit -am `json -f package.json version` && \ | ||
git tag v`json -f package.json version` && \ | ||
git push && \ | ||
git push --tags && \ | ||
npm publish | ||
yarn release [major|minor|patch|x.x.x] | ||
``` | ||
@@ -124,0 +118,0 @@ |
153702
0.35%8
14.29%123
-4.65%