Skip to content

Commit

Permalink
release: v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Sep 11, 2024
1 parent 9a4d2e3 commit 0dc2b7d
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 111 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "faim",
"PascalCasedName": "Faim",
"version": "0.9.6",
"version": "0.9.7",
"private": false,
"description": "Element Plus & Element UI isomorphic UI component library, more than Element.",
"author": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"build": "npx unbuild",
"preview": "vite preview",
"release": "esno ./scripts/release.mts",
"license-scan": "license-checker --summary --out ./licenses.txt",
"license-scan": "license-checker --summary --out ./dependency-licenses.txt",
"lint": "eslint \"**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx,vue,json,md,html,css,scss,sass}\" --ignore-pattern stats.html",
"lint:fix": "eslint \"**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx,vue,json,md,html,css,scss,sass}\" --ignore-pattern stats.html --fix",
"preinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || npx only-allow pnpm",
Expand Down Expand Up @@ -95,7 +95,7 @@
"vue-global-config": "^0.6.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.5.0",
"@antfu/eslint-config": "^3.5.1",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@element-plus/icons-vue": "latest",
Expand Down
Loading

0 comments on commit 0dc2b7d

Please sign in to comment.