@translationstudio/translationstudio-strapi-extension 1.0.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -31,5 +31,5 @@ Follow these steps:
31
31
 
32
32
  1. Update version number
33
33
  2. run `npm run build`
34
- 3. run `npm run publish`
34
+ 3. run `npm publish --access public`
35
35
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "license": "GPL-2.0-only",
5
5
  "author": "Duncan Leininger <duncan.leininger@idmedia.com>",
6
6
  "homepage": "https://translationstudio.tech",
7
- "version": "1.0.2",
7
+ "version": "1.0.3",
8
8
  "keywords": [
9
9
  "translationstudio",
10
10
  "strapi",
@@ -41,8 +41,7 @@
41
41
  "watch:link": "strapi-plugin watch:link",
42
42
  "verify": "strapi-plugin verify",
43
43
  "test:ts:front": "run -T tsc -p admin/tsconfig.json",
44
- "test:ts:back": "run -T tsc -p server/tsconfig.json",
45
- "publish": "npm publish --access public"
44
+ "test:ts:back": "run -T tsc -p server/tsconfig.json"
46
45
  },
47
46
  "dependencies": {
48
47
  "@strapi/design-system": "^2.0.0-rc.14",