Skip to content

Commit 108b78b

Browse files
authored
Make clang-format a dev dependency (#2289)
## Description Moves `clang-format` from dependencies to dev dependencies.
1 parent 8cd9775 commit 108b78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"homepage": "https://github.com/software-mansion/react-native-gesture-handler#readme",
6161
"dependencies": {
6262
"@egjs/hammerjs": "^2.0.17",
63-
"clang-format": "^1.8.0",
6463
"hoist-non-react-statics": "^3.3.0",
6564
"invariant": "^2.2.4",
6665
"lodash": "^4.17.21",
@@ -89,6 +88,7 @@
8988
"@typescript-eslint/eslint-plugin": "^4.33.0",
9089
"@typescript-eslint/parser": "^4.33.0",
9190
"babel-jest": "^26.6.3",
91+
"clang-format": "^1.8.0",
9292
"eslint": "^7.15.0",
9393
"eslint-config-satya164": "^3.1.8",
9494
"eslint-import-resolver-babel-module": "^5.2.0",

0 commit comments

Comments
 (0)