imba-localization 0.1.1 → 0.1.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imba-localization",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/HeapVoid/imba-localization.git"
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "scripts": {
13
13
  "bundle": "bunx bimba index.imba --outdir . --minify",
14
- "publish": "bunx bimba index.imba --outdir . --minify && npm publish"
14
+ "pub": "bunx bimba index.imba --outdir . --minify && bun publish"
15
15
  },
16
16
  "description": "A class to make using language localizations in Imba easier.",
17
17
  "keywords": ["imba", "theme", "localization"],