Skip to content

Commit

Permalink
Update package.json (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyi authored Nov 1, 2022
1 parent 3ae1c89 commit 15860e1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"description": "ESLint rules for screwdriver projects",
"main": "index.js",
"scripts": {
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
},
"repository": {
"type": "git",
"url": "git@github.com:screwdriver-cd/eslint-config-screwdriver.git"
"url": "git+https://github.com/screwdriver-cd/eslint-config-screwdriver.git"
},
"homepage": "https://github.com/screwdriver-cd/eslint-config-screwdriver",
"bugs": "https://github.com/screwdriver-cd/eslint-config-screwdriver/issues",
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
"keywords": [
"eslint",
"eslintconfig",
Expand All @@ -32,10 +31,7 @@
"Tiffany Kyi <[email protected]>"
],
"release": {
"debug": false,
"verifyConditions": {
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
}
"debug": false
},
"peerDependencies": {
"eslint": ">= 8",
Expand Down

0 comments on commit 15860e1

Please sign in to comment.