Skip to content

Commit fadae0e

Browse files
authored
Update package.json order
1 parent 971db57 commit fadae0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
}
6868
]
6969
},
70+
"dependencies": {
71+
"chalk": "^4.1.2"
72+
},
7073
"devDependencies": {
7174
"@wordpress/npm-package-json-lint-config": "^4.0.5",
7275
"lerna": "^5.5.0",
@@ -81,8 +84,5 @@
8184
"test": "npm run lint-pkg-json && npm run test:eslint && npm run test:stylelint",
8285
"test:eslint": "cd packages/eslint-config-humanmade && npm test",
8386
"test:stylelint": "cd packages/stylelint-config && npm test"
84-
},
85-
"dependencies": {
86-
"chalk": "^4.1.2"
8787
}
8888
}

0 commit comments

Comments
 (0)