meeting-pane 2.3.13-3c0b6068 → 2.3.13

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.
package/LICENSE.md CHANGED
File without changes
package/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meeting-pane",
3
- "version": "2.3.13-3c0b6068",
3
+ "version": "2.3.13",
4
4
  "description": "Solid-compatible Panes: meeting collaborative tool",
5
5
  "main": "./lib/meetingPane.js",
6
6
  "files": [
@@ -19,8 +19,8 @@
19
19
  "lint-fix": "eslint '*.js' --fix",
20
20
  "clean": "rm -rf lib && rm -rf dist",
21
21
  "test": "npm run lint",
22
- "ignore:prepublishOnly": "npm test && npm run build",
23
- "ignore:postpublish": "git push origin main --follow-tags",
22
+ "prepublishOnly": "npm test && npm run build",
23
+ "postpublish": "git push origin main --follow-tags",
24
24
  "watch": "webpack --watch",
25
25
  "start": "webpack serve --open"
26
26
  },
File without changes
File without changes
File without changes
File without changes