Skip to content

Commit ddbb9b2

Browse files
authored
Merge pull request phaserjs#4798 from noseglid/patch-3
Move `remove-files-webpack-plugin` to devDependencies
2 parents 34caaca + ccc9637 commit ddbb9b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"fs-extra": "^6.0.1",
6969
"jsdoc": "^3.6.1",
7070
"node-sloc": "^0.1.11",
71+
"remove-files-webpack-plugin": "^1.1.3",
7172
"uglifyjs-webpack-plugin": "^1.3.0",
7273
"vivid-cli": "^1.1.2",
7374
"webpack": "^4.23.0",
@@ -79,7 +80,6 @@
7980
"eventemitter3": "^3.1.0",
8081
"exports-loader": "^0.7.0",
8182
"imports-loader": "^0.8.0",
82-
"path": "^0.12.7",
83-
"remove-files-webpack-plugin": "^1.1.3"
83+
"path": "^0.12.7"
8484
}
8585
}

0 commit comments

Comments
 (0)