@creationix/rex 0.3.0 → 0.4.1

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": "@creationix/rex",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "Compiler and parser for the Rex language",
5
5
  "keywords": [
6
6
  "rex",
@@ -40,7 +40,8 @@
40
40
  "compile": "bun run rex-cli.ts",
41
41
  "verify:docs": "bun run verify-doc-examples.ts",
42
42
  "pack:dry-run": "npm pack --dry-run",
43
- "prepublishOnly": "bun run build:grammar && bun test && bun run build:js && npm run pack:dry-run"
43
+ "prepublishOnly": "bun run build:grammar && bun test && bun run build:js && npm run pack:dry-run",
44
+ "release": "npm publish"
44
45
  },
45
46
  "publishConfig": {
46
47
  "access": "public"