Skip to content

Commit

Permalink
Merge branch 'main' into feat/sass
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 27, 2022
2 parents a8fcac7 + 8f3a513 commit 27a98a7
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 184 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ While there are tools like [tsc](https://www.typescriptlang.org/docs/handbook/co
## 🚀 Usage

```bash
npx mkdist [rootDir] [--src=src] [--dist=dist] [--pattern=glob] [--format=cjs|esm] [-d|--declaration] [--ext=mjs|js|ts]
npx mkdist [rootDir] [--src=src] [--dist=dist] [--pattern=glob [--pattern=more-glob]] [--format=cjs|esm] [-d|--declaration] [--ext=mjs|js|ts]
```
## License
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
},
"dependencies": {
"defu": "^6.1.0",
"esbuild": "^0.15.11",
"esbuild": "^0.15.12",
"fs-extra": "^10.1.0",
"globby": "^11.1.0",
"globby": "^13.1.2",
"jiti": "^1.16.0",
"mri": "^1.2.0",
"pathe": "^0.3.9"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/fs-extra": "latest",
"@types/mri": "latest",
"@types/node": "latest",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/fs-extra": "^9.0.13",
"@types/mri": "^1.1.1",
"@types/node": "^18.11.7",
"@vitest/coverage-c8": "^0.24.3",
"c8": "latest",
"eslint": "latest",
"sass": "^1.49.7",
"standard-version": "latest",
"typescript": "latest",
"unbuild": "latest",
"vitest": "latest"
"eslint": "^8.26.0",
"sass": "^1.55.0",
"standard-version": "^9.5.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vitest": "^0.24.3"
},
"peerDependencies": {
"sass": "^1.49.7",
Expand All @@ -61,5 +61,5 @@
"optional": true
}
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.0"
}
Loading

0 comments on commit 27a98a7

Please sign in to comment.