Skip to content

Commit 44fc3fc

Browse files
committed
Revert the peerDependencies part of #62
1 parent 88a5003 commit 44fc3fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
"test": "mocha -R spec",
88
"test-source-map": "webpack --config test/sourceMap/webpack.config.js && open ./test/sourceMap/index.html"
99
},
10+
"peerDependencies": {
11+
"less": "^2.3.1"
12+
},
1013
"devDependencies": {
1114
"css-loader": "^0.9.1",
1215
"enhanced-require": "^0.5.0-beta6",
1316
"extract-text-webpack-plugin": "^0.5.0",
17+
"less": "^2.3.1",
1418
"mocha": "^2.0.1",
1519
"raw-loader": "^0.5.1",
1620
"should": "^5.2.0",
@@ -27,7 +31,6 @@
2731
}
2832
],
2933
"dependencies": {
30-
"loader-utils": "^0.2.5",
31-
"less": "^2.3.1"
34+
"loader-utils": "^0.2.5"
3235
}
3336
}

0 commit comments

Comments
 (0)