Skip to content

Commit

Permalink
Update package.json order
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb authored Sep 16, 2022
1 parent 971db57 commit fadae0e
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
Expand Up @@ -67,6 +67,9 @@
}
]
},
"dependencies": {
"chalk": "^4.1.2"
},
"devDependencies": {
"@wordpress/npm-package-json-lint-config": "^4.0.5",
"lerna": "^5.5.0",
Expand All @@ -81,8 +84,5 @@
"test": "npm run lint-pkg-json && npm run test:eslint && npm run test:stylelint",
"test:eslint": "cd packages/eslint-config-humanmade && npm test",
"test:stylelint": "cd packages/stylelint-config && npm test"
},
"dependencies": {
"chalk": "^4.1.2"
}
}

0 comments on commit fadae0e

Please sign in to comment.