Skip to content

Commit 67bc509

Browse files
scottbedardkazupon
authored andcommitted
Remove unused dependency (#564)
1 parent 328aa6c commit 67bc509

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"normalize-newline": "^3.0.0",
7070
"postcss": "^5.0.21",
7171
"pug": "^2.0.0-beta6",
72-
"rimraf": "^2.4.0",
7372
"stylus": "^0.54.5",
7473
"stylus-loader": "^2.0.0",
7574
"sugarss": "^0.2.0",

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var webpack = require('webpack')
55
var MemoryFS = require('memory-fs')
66
var jsdom = require('jsdom')
77
var expect = require('chai').expect
8-
var rimraf = require('rimraf')
98
var genId = require('../lib/gen-id')
109
var SourceMapConsumer = require('source-map').SourceMapConsumer
1110
var ExtractTextPlugin = require("extract-text-webpack-plugin")

0 commit comments

Comments
 (0)