Skip to content

Commit

Permalink
fix: move loadsh to dependencies
Browse files Browse the repository at this point in the history
`lodash` is not a devDependency it is used at runtime.
  • Loading branch information
Alan Shaw authored and marionebl committed Jan 14, 2019
1 parent 2ec1009 commit 1bb66a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
"cross-env": "5.1.1",
"execa": "0.9.0",
"globby": "8.0.1",
"lodash": "4.17.11",
"rimraf": "2.6.1",
"xo": "0.20.3"
},
"dependencies": {
"@commitlint/is-ignored": "^7.3.1",
"@commitlint/parse": "^7.3.1",
"@commitlint/rules": "^7.3.1",
"babel-runtime": "^6.23.0"
"babel-runtime": "^6.23.0",
"lodash": "4.17.11"
}
}

0 comments on commit 1bb66a4

Please sign in to comment.