Skip to content

Commit 1846ff1

Browse files
sarayourfriendsirreal
authored andcommitted
Fix package.json property order
1 parent 6dc60b7 commit 1846ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keycodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"main": "build/index.js",
2222
"module": "build-module/index.js",
23-
"types": "build-types",
2423
"react-native": "src/index",
24+
"types": "build-types",
2525
"sideEffects": false,
2626
"dependencies": {
2727
"@babel/runtime": "^7.12.5",

0 commit comments

Comments
 (0)