qlcodes 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,6 +166,9 @@ You may pass argument to the build script to enforce a few behaviours to help yo
166
166
 
167
167
  Use your customized build via a local dependency or a forked package.
168
168
 
169
+ ---
170
+ ## Showcase
171
+ [in stackblitz](https://stackblitz.com/edit/stackblitz-starters-vjcs3q7x?file=index.js)
169
172
  ---
170
173
 
171
174
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlcodes",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "main": "src/index.mjs",
5
5
  "scripts": {
6
6
  "build": "chmod +x ./build.sh; ./build.sh"