Skip to content

Commit

Permalink
release: 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Apr 9, 2021
1 parent 50320e1 commit 48031bb
Show file tree
Hide file tree
Showing 9 changed files with 10,405 additions and 32,866 deletions.
2 changes: 1 addition & 1 deletion .env.jsdelivr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].7/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].8/dist/
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
6 changes: 6 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint

git add
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
2、检出最新版本:

```bash
git checkout v1.4.7
git checkout v1.4.8
```

3、打包构建:
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
[
'@babel/preset-env',
{
'useBuiltIns': 'entry'
useBuiltIns: 'entry'
}
]
]
Expand Down
22,222 changes: 26 additions & 22,196 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.4.7",
"version": "1.4.8",
"author": "halo-dev",
"description": "Halo admin client.",
"repository": {
Expand All @@ -13,6 +13,7 @@
},
"homepage": "https://github.com/halo-dev/halo-admin#readme",
"scripts": {
"prepare": "husky install",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:jsdelivr": "vue-cli-service build --mode jsdelivr",
Expand Down Expand Up @@ -62,20 +63,12 @@
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"husky": "^6.0.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"lint-staged": "^10.5.4",
"prettier": "^1.19.1",
"tailwindcss": "^1.9.6",
"vue-template-compiler": "^2.6.12"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="robots" content="noindex,nofllow" />
<meta name="generator" content="Halo 1.4.7" />
<meta name="generator" content="Halo 1.4.8" />
<link rel="icon" href="/favicon.ico" />
<title>Halo Dashboard</title>
<style>
Expand Down
Loading

0 comments on commit 48031bb

Please sign in to comment.