We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d4260f + 38a6baf commit b064179Copy full SHA for b064179
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "@intervolga/optimize-cssnano-plugin",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "WebPack 2+ plugin for CSS minification after ExtractTextPluging",
5
"main": "index.js",
6
"scripts": {
7
- "mocha": "mocha --trace-deprecation --ui tdd test/",
+ "mocha": "mocha --ui tdd test/",
8
"lint": "eslint index.js lib test/index.js test/helpers",
9
"test": "npm run lint && npm run mocha"
10
},
0 commit comments