Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 20, 2024
1 parent 34782e3 commit f6531a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches:
- 'master'
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"ci": "npm run lint",
"format": "prettier *.js lib/*.js --write",
"format": "lsla prettier *.js lib/*.js --write",
"lint": "eslint *.js lib/*.js"
},
"whistleConfig": {
Expand All @@ -31,11 +31,10 @@
},
"homepage": "https://github.com/liriliri/whistle.chii#readme",
"dependencies": {
"chii": "^1.7.1"
"chii": "^1.11.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"prettier": "^2.0.5"
"eslint": "^7.1.0"
}
}

0 comments on commit f6531a5

Please sign in to comment.