Skip to content

Commit

Permalink
Merge pull request #31 from dusk-network/release-30
Browse files Browse the repository at this point in the history
Remove version-bump-prompt
  • Loading branch information
kieranhall authored Feb 29, 2024
2 parents 8da0f17 + 2279125 commit c225c72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,16 @@
"url": "https://github.com/dusk-network/dusk-eslint-config.git"
},
"scripts": {
"bump": "bump package.json package-lock.json",
"check": "npm run check-rules && npm run check-format && npm run lint",
"check-format": "prettier . --check",
"check-js": "eslint-find-rules -nd js/index.js && eslint-config-prettier js/index.js",
"check-rules": "npm run check-js && npm run check-svelte",
"check-svelte": "eslint-find-rules -nd svelte/index.js && eslint-config-prettier svelte/index.js",
"lint": "eslint ."
},
"version": "3.0.2",
"version": "3.1.0",
"devDependencies": {
"@dusk-network/prettier-config": "1.0.0",
"@jsdevtools/version-bump-prompt": "6.1.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-find-rules": "4.1.0",
Expand Down

0 comments on commit c225c72

Please sign in to comment.