@glissandoo/lib 1.109.1 → 1.109.4

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.109.1",
3
+ "version": "1.109.4",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -32,8 +32,7 @@
32
32
  "test": "echo \"Error: no test specified\" && exit 1",
33
33
  "translation:download": "localazy download",
34
34
  "translation:upload": "localazy upload",
35
- "tsc": "cp package.json ./lib && tsc",
36
- "version": "npm run format && git add -A src && ./publish.sh"
35
+ "tsc": "cp package.json ./lib && tsc"
37
36
  },
38
37
  "author": "Glissandoo",
39
38
  "license": "ISC",