Skip to content

Commit

Permalink
Merge pull request #581 from pixiv/chore/token-cli-pacakge
Browse files Browse the repository at this point in the history
chore(token-cli): change package.json
  • Loading branch information
naporin0624 authored Jul 5, 2024
2 parents 2488d47 + ab993c8 commit 5a66829
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/token-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "@charcoal-ui/token-cli",
"bin": "./dist/index.js",
"type": "commonjs",
"version": "4.0.0-beta.8",
"license": "Apache-2.0",
"scripts": {
"build": "FORCE_COLOR=1 tsup-node",
"typecheck": "tsc --project tsconfig.build.json --pretty --noEmit",
"clean": "rimraf dist .tsbuildinfo"
},
"files": [
"dist",
"README.md"
],
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/yargs": "^17.0.32",
Expand Down

0 comments on commit 5a66829

Please sign in to comment.