Skip to content

Commit 722a81b

Browse files
committed
fixes
1 parent ec0ed81 commit 722a81b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"engines": {
77
"node": ">=0.12"
88
},
9-
"dependencies": {
10-
"lodash.isplainobject": "^3.2.0"
11-
},
129
"devDependencies": {
1310
"babel": "^5.8.20",
1411
"babel-eslint": "^4.0.5",
@@ -19,6 +16,7 @@
1916
"eslint-watch": "^1.2.4",
2017
"in-publish": "^2.0.0",
2118
"isparta": "^3.0.3",
19+
"lodash": "^3.10.1",
2220
"mocha": "^2.2.5",
2321
"postcss": "4.x",
2422
"postcss-modules-extract-imports": "0.x",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let plugins = [LocalByDefault, ExtractImports, Scope];
2020
let rootDir = process.cwd();
2121

2222
/**
23-
* @param {object} opts
23+
* @param {object} opts
2424
* @param {function} opts.createImportedName
2525
* @param {function} opts.generateScopedName
2626
* @param {function} opts.processCss

0 commit comments

Comments
 (0)