@quintype/components 3.2.1-yt-vid-iss.0 → 3.3.0
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/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quintype/components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Components to help build Quintype Node.js apps",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"clean:dist": "rimraf dist",
|
|
102
102
|
"docs": "rimraf docs && jsdoc -c jsdoc.json",
|
|
103
103
|
"prepack": "npm run build",
|
|
104
|
+
"prepublishOnly": "./bin-dev-scripts/standard-version-release.sh",
|
|
104
105
|
"sync-files-to": "npx onchange --verbose --wait --await-write-finish 'src/**/*' -- ./bin-dev-scripts/sync-to.sh",
|
|
105
106
|
"test": "jest --config jest.config.js",
|
|
106
107
|
"test:cover": "jest --coverage --watchAll; open coverage/index.html"
|