@tombell/4ad 0.0.2 → 0.0.3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tombell/4ad",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A simple library to parse dice syntax for Four Against Darkness games.",
5
5
  "keywords": [
6
6
  "dice",
@@ -10,7 +10,7 @@
10
10
  "author": "Tom Bell <tomb@tomb.io>",
11
11
  "license": "BSD-3-Clause",
12
12
  "type": "module",
13
- "module": "./dist/esm/index.js",
13
+ "module": "./dist/index.js",
14
14
  "files": [
15
15
  "dist/"
16
16
  ],
@@ -19,7 +19,7 @@
19
19
  "lint": "bunx eslint",
20
20
  "test": "bun test",
21
21
  "coverage": "bun test --coverage",
22
- "prepublishOnly": "bun run build"
22
+ "prepublishOnly": "rm -fr dist/ && bun run build"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@eslint/js": "^9.27.0",