Skip to content

Commit 0ccfb9e

Browse files
authored
move is-ci from devDep to dep
1 parent b210695 commit 0ccfb9e

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
@@ -30,7 +30,8 @@
3030
"lodash.merge": "^4.6.2",
3131
"lodash.once": "^4.1.1",
3232
"parse-duration": "^1.0.2",
33-
"server-destroy": "^1.0.1"
33+
"server-destroy": "^1.0.1",
34+
"is-ci": "^3.0.1"
3435
},
3536
"keywords": [
3637
"Systemic",
@@ -48,7 +49,6 @@
4849
"devDependencies": {
4950
"eslint": "7.32.0",
5051
"husky": "^8.0.1",
51-
"systemic": "^4.1.2",
52-
"is-ci": "^3.0.1"
52+
"systemic": "^4.1.2"
5353
}
5454
}

0 commit comments

Comments
 (0)