Skip to content

Commit 9080a13

Browse files
committed
Reorder elements in package.json
1 parent 50934d2 commit 9080a13

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
@@ -28,6 +28,9 @@
2828
"email": "kontakt@wojtekmaj.pl"
2929
},
3030
"license": "MIT",
31+
"dependencies": {
32+
"@babel/runtime": "^7.9.6"
33+
},
3134
"devDependencies": {
3235
"@babel/cli": "^7.8.0",
3336
"@babel/core": "^7.9.0",
@@ -49,8 +52,5 @@
4952
"repository": {
5053
"type": "git",
5154
"url": "https://github.com/wojtekmaj/async-array-utils.git"
52-
},
53-
"dependencies": {
54-
"@babel/runtime": "^7.9.6"
5555
}
5656
}

0 commit comments

Comments
 (0)