Skip to content

Commit e6cb60e

Browse files
Stephanemwmichael-ciniawsky
authored andcommitted
chore(package): switch from lodash.camelcase to lodash (dependencies) (#784)
1 parent 21fcddf commit e6cb60e

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
coverage
33
npm-debug.log
4+
.idea

lib/compile-exports.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var camelCase = require("lodash.camelcase");
1+
var camelCase = require("lodash/camelCase");
22

33
function dashesCamelCase(str) {
44
return str.replace(/-+(\w)/g, function(match, firstLetter) {

package-lock.json

+3-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"css-selector-tokenizer": "^0.7.0",
1818
"icss-utils": "^2.1.0",
1919
"loader-utils": "^1.0.2",
20-
"lodash.camelcase": "^4.3.0",
20+
"lodash": "^4.17.11",
2121
"postcss": "^6.0.23",
2222
"postcss-modules-extract-imports": "^1.2.0",
2323
"postcss-modules-local-by-default": "^1.2.0",

0 commit comments

Comments
 (0)