@camstack/addon-sample 0.1.3 → 0.1.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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-sample",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Demo addon that runs in a forked worker process and spawns sub-processes",
5
5
  "main": "./dist/sample.addon.js",
6
6
  "camstack": {
@@ -18,7 +18,8 @@
18
18
  "scripts": {
19
19
  "build": "tsup",
20
20
  "dev": "tsup --watch",
21
- "typecheck": "tsc --noEmit"
21
+ "typecheck": "tsc --noEmit",
22
+ "publish": "npm publish --access public"
22
23
  },
23
24
  "devDependencies": {
24
25
  "@camstack/types": "*",