@thescaffold/jsx-blobs 0.2.31 → 0.2.33

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 +1 -1
package/README.md CHANGED
@@ -132,7 +132,7 @@ To run tests, use `npm test` or `yarn test`.
132
132
 
133
133
  ```
134
134
  # build and sync locally
135
- $ node ./build --env=dev --sync=true
135
+ $ node ./build --env=dev --sync=true --version=x.x.x
136
136
 
137
137
  # build and publish
138
138
  $ node ./build --env=prod --sync=true --version=x.x.x
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thescaffold/jsx-blobs",
3
- "version": "0.2.31",
3
+ "version": "0.2.33",
4
4
  "dependencies": {
5
5
  "axios": "^1.6.8",
6
6
  "eventemitter2": "^6.4.9",