Skip to content

Commit b064179

Browse files
committed
Merge branch 'release/1.0.5' into develop
2 parents 8d4260f + 38a6baf commit b064179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@intervolga/optimize-cssnano-plugin",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "WebPack 2+ plugin for CSS minification after ExtractTextPluging",
55
"main": "index.js",
66
"scripts": {
7-
"mocha": "mocha --trace-deprecation --ui tdd test/",
7+
"mocha": "mocha --ui tdd test/",
88
"lint": "eslint index.js lib test/index.js test/helpers",
99
"test": "npm run lint && npm run mocha"
1010
},

0 commit comments

Comments
 (0)