Skip to content

Commit b131a18

Browse files
rajzikbyCedric
authored andcommittedJan 15, 2020
fix(resolve-extends): move node types to dev dependencies (#883)
Fixes #874
1 parent 3fce339 commit b131a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"@commitlint/parse": "^8.3.4",
3838
"@commitlint/utils": "^8.3.4",
3939
"@types/lodash": "4.14.144",
40+
"@types/node": "^12.12.22",
4041
"@types/resolve-from": "5.0.1"
4142
},
4243
"dependencies": {
43-
"@types/node": "^12.0.2",
4444
"import-fresh": "^3.0.0",
4545
"lodash": "4.17.15",
4646
"resolve-from": "^5.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.