@blackbyte/sugar 1.0.0-beta.30 → 1.0.0-beta.32

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 +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blackbyte/sugar",
3
3
  "description": "The toolkit that you missed... like a sugar in your coffee!",
4
- "version": "1.0.0-beta.30",
4
+ "version": "1.0.0-beta.32",
5
5
  "keywords": [
6
6
  "javascript",
7
7
  "typescript",
@@ -30,7 +30,7 @@
30
30
  "test:js": "vitest src/js --project=unit",
31
31
  "test:js:browser": "vitest src/js --project=browser",
32
32
  "test:all": "vitest",
33
- "publish": "vitest run --project=unit && vitest run --project=browser && npm publish --access public --tag latest"
33
+ "publish": "npm publish --access public --tag latest"
34
34
  },
35
35
  "author": "Blackbyte <hello@blackbyte.space> (https://blackbyte.space)",
36
36
  "contributors": [