Skip to content

Commit

Permalink
fix(ci): 重新生成重要的文件 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Jul 30, 2020
1 parent 2e3e3c7 commit ae2f6e8
Show file tree
Hide file tree
Showing 5 changed files with 1,483 additions and 1,334 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
14 changes: 14 additions & 0 deletions .github/badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
types:
feat: 'enhancement'
fix:
hack: 'hack'
default: 'bug'
hack: 'hack'
docs: 'documentation'
refactor: 'refactor'
style: 'style'
test: 'test'
perf: 'performance'
chore:
deps: 'dependencies'
default: 'chore'
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.tmp
app
dist
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@femessage/update-popup",
"description": "Display an update message at right bottom",
"version": "1.0.0",
"description": "Display an update message at right bottom",
"author": "https://github.com/FEMessage",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -10,33 +11,35 @@
"keywords": [
"vue",
"sfc",
"component"
"component",
"update"
],
"main": "index.js",
"files": [
"src/**/*.js",
"src",
"index.js",
"nuxt.js",
"poi.js"
],
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"stdver": "standard-version -m '[skip ci] chore(release): v%s'"
"stdver": "standard-version -m '[skip ci] chore(release): v%s'",
"release": "gren release --override"
},
"dependencies": {
"@evillt/toast": "^1.3.1",
"fs-extra": "^9.0.1",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@femessage/github-release-notes": "^0.19.0",
"husky": "1.3.1",
"jest": "^26.1.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.0",
"prettier": "1.18.2",
"standard-version": "^8.0.1"
"standard-version": "^6.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit ae2f6e8

Please sign in to comment.