Skip to content

Commit

Permalink
feat: todos-implementation (#1)
Browse files Browse the repository at this point in the history
* fix: remove select user styles
* feat: add todos stores with types
* refactor: improve top logic components
* refactor: reduce redundant filtered todos code
* refactor: export capitalize func
* refactor(utils): reusable utils functions
* fix: resolve ghost config initialization
* fix: correct version and description
* feat: add app config and assets
* fix: default bundler identifier
* fix: remove semantic release from devDeps
* fix: target branch and name
* refactor(ci): update tests build pipeline's app
* fix: remove unsed command
  • Loading branch information
Walidoux authored Aug 2, 2022
1 parent 6bdec7e commit 7d3ceb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"tauri": "tauri",
"lint:eslint": "eslint .",
"lint:prettier": "prettier \".\" --check",
"lint:commit": "commitlint",
"release": "semantic-release"
"lint:commit": "commitlint"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
Expand Down

0 comments on commit 7d3ceb9

Please sign in to comment.