Skip to content

Commit dac2724

Browse files
committed
refactor(package): sort
1 parent 9fda341 commit dac2724

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "@maevsi/stack",
3-
"private": true,
4-
"version": "15.0.9",
5-
"description": "Dargstack configuration for Vibetype.",
6-
"repository": "https://github.com/maevsi/stack.git",
72
"author": "Jonas Thelemann <e-mail+maevsi_stack@jonas-thelemann.de>",
8-
"license": "GPL-3.0-only",
9-
"type": "module",
10-
"engines": {
11-
"node": "22"
12-
},
13-
"packageManager": "pnpm@10.13.1",
14-
"scripts": {
15-
"prepare": "husky"
16-
},
3+
"description": "Dargstack configuration for Vibetype.",
174
"devDependencies": {
185
"@commitlint/cli": "19.8.1",
196
"@commitlint/config-conventional": "19.8.1",
207
"conventional-changelog-conventionalcommits": "9.1.0",
218
"dargstack": "2.5.1",
229
"dargstack_rgen": "0.9.67",
2310
"husky": "9.1.7"
24-
}
25-
}
11+
},
12+
"engines": {
13+
"node": "22"
14+
},
15+
"license": "GPL-3.0-only",
16+
"name": "@maevsi/stack",
17+
"packageManager": "pnpm@10.13.1",
18+
"private": true,
19+
"repository": "https://github.com/maevsi/stack.git",
20+
"scripts": {
21+
"prepare": "husky"
22+
},
23+
"type": "module",
24+
"version": "15.0.9"
25+
}

0 commit comments

Comments
 (0)