@cocreate/text 1.20.20 → 1.20.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.20.21](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.20...v1.20.21) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * postintall error ([f6dfb42](https://github.com/CoCreate-app/CoCreate-text/commit/f6dfb42e3ff9d6296be6ab720928cdf01ed104f3))
7
+
1
8
  ## [1.20.20](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.19...v1.20.20) (2023-06-11)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.20.20",
3
+ "version": "1.20.21",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",
@@ -27,7 +27,7 @@
27
27
  "start": "npx webpack --config webpack.config.js",
28
28
  "build": "NODE_ENV=production npx webpack --config webpack.config.js",
29
29
  "dev": "npx webpack --config webpack.config.js --watch",
30
- "postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
30
+ "postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",