Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andre487 committed Dec 27, 2023
1 parent d7e4a23 commit 513a7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/andre487/gulp-cleaner-css.git"
"url": "git+https://github.com/andre487/gulp-cleaner-css.git"
},
"files": [
"index.js"
Expand Down Expand Up @@ -69,7 +69,7 @@
"audit": "npm audit --omit=dev",
"deps": "npm install --no-audit && npm run audit",
"deps:ci": "npm ci --no-audit && npm run audit",
"cover": "./node_modules/.bin/nyc npm test",
"test": "./node_modules/.bin/mocha ./index.spec.js"
"cover": "nyc npm test",
"test": "mocha ./index.spec.js"
}
}

0 comments on commit 513a7a0

Please sign in to comment.