Skip to content

Commit 162887f

Browse files
author
Fatme
authored
fix: Move @types/ora as devDependency
Ora's definition files are not needed in production package, so move it as devDependency.
1 parent 8beb15d commit 162887f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"mobile"
3131
],
3232
"dependencies": {
33-
"@types/ora": "1.3.2",
3433
"bplist-parser": "0.1.0",
3534
"bufferpack": "0.0.6",
3635
"byline": "4.2.1",
@@ -95,6 +94,7 @@
9594
"@types/color": "3.0.0",
9695
"@types/lockfile": "1.0.0",
9796
"@types/node": "6.0.61",
97+
"@types/ora": "1.3.2",
9898
"@types/qr-image": "3.2.0",
9999
"@types/request": "0.0.45",
100100
"@types/semver": "^5.3.31",

0 commit comments

Comments
 (0)