Skip to content

Commit

Permalink
Reorder some package.json lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Soitora committed Oct 22, 2023
1 parent e4e1c20 commit c7fb291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "sweclockers-dark",
"description": "A modern dark theme for SweClockers",
"license": "MPL-2.0",
"private": true,
"type": "module",
"engines": {
"node": ">=16",
"pnpm": ">=8"
},
"homepage": "https://github.com/Soitora/SweClockers-Dark#readme",
"repository": {
"type": "git",
"url": "https://github.com/Soitora/SweClockers-Dark.git"
Expand All @@ -23,9 +26,6 @@
"stylus-watch": "stylus -w src/sweclockers-dark.styl -o dist/sweclockers-dark.css",
"browser-sync": "node scripts/browser-sync.js"
},
"license": "MPL-2.0",
"private": true,
"homepage": "https://github.com/Soitora/SweClockers-Dark#readme",
"devDependencies": {
"browser-sync": "^2.27.11",
"del": "^7.0.0",
Expand Down

0 comments on commit c7fb291

Please sign in to comment.