@reffy/infinite-canvas 0.0.1 → 0.0.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/dist/index.js +16885 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reffy/infinite-canvas",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "An infinite canvas designed to be a minimal web component, serving as an image reference board.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -31,7 +31,8 @@
31
31
  "lib",
32
32
  "README.md",
33
33
  "LICENSE.txt",
34
- "package.json"
34
+ "package.json",
35
+ "dist"
35
36
  ],
36
37
  "exports": {
37
38
  ".": {
@@ -52,7 +53,7 @@
52
53
  "build:main": "esbuild src/index.ts --bundle --outfile=dist/index.js --format=esm",
53
54
  "build": "run-p prettier build:*",
54
55
  "prettier": "npx prettier . --write",
55
- "publish": "publish --access public"
56
+ "publish": "npm run publish --access public"
56
57
  },
57
58
  "license": "MIT",
58
59
  "devDependencies": {