@tasenor/config 1.11.0 → 1.11.2
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
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tasenor/config",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"repository": "git@github.com:dataplugoy/tasenor-bookkeeper.git",
|
|
5
5
|
"author": "Tommi Ronkainen <tommi.ronkainen@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"scripts": {
|
|
9
|
-
"release": "pnpm version patch && pnpm publish --access public --no-git-checks",
|
|
10
|
-
"release-minor": "pnpm version minor && pnpm publish --access public --no-git-checks",
|
|
9
|
+
"release": "pnpm version patch && pnpm publish --force --access public --no-git-checks",
|
|
10
|
+
"release-minor": "pnpm version minor && pnpm publish --force --access public --no-git-checks",
|
|
11
11
|
"show-version": "jq .version < package.json"
|
|
12
12
|
}
|
|
13
13
|
}
|