Skip to content

Commit

Permalink
Moved devDependencies to bottom for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Nov 13, 2024
1 parent ae5873d commit e76ca74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"homepage": "https://www.bravegpt.com",
"license": "MIT",
"funding": "http://github.com/sponsors/KudoAI",
"devDependencies": {
"@adamlui/scss-to-css": "^1.10.17",
"eslint": "^9.14.0",
"eslint-plugin-json": "^4.0.1",
"husky": "^9.1.6"
},
"scripts": {
"build:css": "scss-to-css",
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix"
},
"devDependencies": {
"@adamlui/scss-to-css": "^1.10.17",
"eslint": "^9.14.0",
"eslint-plugin-json": "^4.0.1",
"husky": "^9.1.6"
}
}

0 comments on commit e76ca74

Please sign in to comment.