Skip to content

Commit 1bb66a4

Browse files
Alan Shawmarionebl
Alan Shaw
authored andcommitted
fix: move loadsh to dependencies
`lodash` is not a devDependency it is used at runtime.
1 parent 2ec1009 commit 1bb66a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@commitlint/lint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@
6969
"cross-env": "5.1.1",
7070
"execa": "0.9.0",
7171
"globby": "8.0.1",
72-
"lodash": "4.17.11",
7372
"rimraf": "2.6.1",
7473
"xo": "0.20.3"
7574
},
7675
"dependencies": {
7776
"@commitlint/is-ignored": "^7.3.1",
7877
"@commitlint/parse": "^7.3.1",
7978
"@commitlint/rules": "^7.3.1",
80-
"babel-runtime": "^6.23.0"
79+
"babel-runtime": "^6.23.0",
80+
"lodash": "4.17.11"
8181
}
8282
}

0 commit comments

Comments
 (0)