cubing 0.35.8 → 0.35.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cubing",
3
- "version": "0.35.8",
3
+ "version": "0.35.10",
4
4
  "description": "A collection of JavaScript cubing libraries.",
5
5
  "author": "The js.cubing.net team",
6
6
  "type": "module",
@@ -148,6 +148,7 @@
148
148
  "lint": "make lint",
149
149
  "lint-ci": "make lint-ci",
150
150
  "prepack": "make prepack",
151
+ "prepublishOnly": "make prepublishOnly",
151
152
  "postpublish": "make postpublish",
152
153
  "deploy": "make deploy",
153
154
  "deploy-twizzle": "make deploy-twizzle",