Skip to content

Commit

Permalink
rename rigrammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Dec 11, 2023
1 parent 88870ac commit b6bf489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"test": "NODE_ENV=dev mocha",
"test:dist": "NODE_ENV=dev mocha test/dist",
"build": "rm -rf ./dist/ && npx tsup",
"pub": "./npnb/source/cli.js --no-release-draft --test-script test:dist patch",
"prepub": "npm version patch && npm run build",
"types": "npx tsc"
"pub": "cp types/riscript.d.ts dist && ./npnb/source/cli.js --no-release-draft --test-script test:dist patch",
"prepub": "npm version patch && npm run build && npm run types",
"types": "npx tsc",
"posttypes": "cp types/riscript.d.ts types/rigrammar.d.ts dist/"
},
"main": "./dist/riscript.js",
"browser": "./dist/riscript.min.js",
Expand Down
File renamed without changes.

0 comments on commit b6bf489

Please sign in to comment.