Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Mar 28, 2018
1 parent 7aff9a1 commit 431bc40
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "node-minify",
"version": "2.4.1",
"description": "Javascript / CSS minifier based on Babel-minify / Butternut / YUI Compressor / Google Closure Compiler / UglifyJS2 / Sqwish / Clean-css / CSSO",
"description":
"Javascript / CSS minifier based on Babel-minify / Butternut / YUI Compressor / Google Closure Compiler / UglifyJS2 / Sqwish / Clean-css / CSSO",
"homepage": "https://github.com/srod/node-minify",
"author": {
"name": "Rodolphe Stoclin",
Expand Down Expand Up @@ -38,7 +39,7 @@
"scripts": {
"eslint": "eslint src test || true",
"pretest": "npm run eslint",
"test": "jest __tests__/*.js",
"test": "jest",
"posttest": "npm run clean",
"precommit": "npm run eslint && lint-staged",
"clean": "rm -f ./examples/public/dist/* ./examples/public/js-dist/*",
Expand Down Expand Up @@ -118,13 +119,11 @@
"verbose": true,
"testEnvironment": "node",
"coverageDirectory": "./coverage/",
"collectCoverage": true
"collectCoverage": true,
"testPathIgnorePatterns": ["/node_modules/", ".history"]
},
"lint-staged": {
"*.js": [
"npm run prettier-write --",
"git add"
]
"*.js": ["npm run prettier-write --", "git add"]
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 431bc40

Please sign in to comment.