Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4706dad

Browse files
committed
(pkg): reorder package.json fields
- deps at the bottom always with scripts just above - peerDeps, then deps, then devDeps - add empty deps field for now as well- usage at the top and other info below - homepage above repository and bugs - author and license above homepage- basically just categorized this way for now
1 parent9e01cef commit4706dad

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

‎package.json‎

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"files": [
99
"dist/"
1010
],
11-
"scripts": {
12-
"start":"tsdx watch",
13-
"build":"tsdx build",
14-
"test":"npm run build && npm pack",
15-
"changelog":"changelog-maker"
16-
},
11+
"author":"Anton Gilgur",
12+
"license":"Apache-2.0",
13+
"homepage":"https://github.com/agilgur5/mst-persist",
1714
"repository": {
1815
"type":"git",
1916
"url":"https://github.com/agilgur5/mst-persist.git"
2017
},
18+
"bugs": {
19+
"url":"https://github.com/agilgur5/mst-persist/issues"
20+
},
2121
"keywords": [
2222
"mobx",
2323
"mobx-state-tree",
@@ -26,15 +26,16 @@
2626
"hydrate",
2727
"storage"
2828
],
29-
"author":"Anton Gilgur",
30-
"license":"Apache-2.0",
31-
"bugs": {
32-
"url":"https://github.com/agilgur5/mst-persist/issues"
29+
"scripts": {
30+
"start":"tsdx watch",
31+
"build":"tsdx build",
32+
"test":"npm run build && npm pack",
33+
"changelog":"changelog-maker"
3334
},
34-
"homepage":"https://github.com/agilgur5/mst-persist",
3535
"peerDependencies": {
3636
"mobx-state-tree":"^3.2.1"
3737
},
38+
"dependencies": {},
3839
"devDependencies": {
3940
"@agilgur5/changelog-maker":"^3.0.0",
4041
"mobx":"^5.11.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp