@qrvey/utils 1.17.0-2 → 1.17.0-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qrvey/utils",
|
|
3
|
-
"version": "1.17.0-
|
|
3
|
+
"version": "1.17.0-3",
|
|
4
4
|
"description": "Helper, Utils for all Qrvey Projects",
|
|
5
5
|
"homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "jest test --verbose",
|
|
17
17
|
"test.coverage": "jest test --collect-coverage",
|
|
18
18
|
"test.watch": "jest test --watch",
|
|
19
|
-
"version": "npm run compodoc && auto-changelog -p && git add CHANGELOG.md README.md"
|
|
19
|
+
"version": "npm run compodoc && node ./scripts/sync-readme-version.js && auto-changelog -p && git add CHANGELOG.md README.md"
|
|
20
20
|
},
|
|
21
21
|
"author": "Qrvey Inc",
|
|
22
22
|
"license": "MIT",
|