Skip to content

Commit

Permalink
chore: move devDependencies to @krakenjs scope (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy authored Apr 9, 2022
1 parent a6c8e8a commit 3c5e5d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* @flow */

module.exports = {
'extends': './node_modules/grumbler-scripts/config/.eslintrc-node.js',
'extends': './node_modules/@krakenjs/grumbler-scripts/config/.eslintrc-node.js',
'rules': {
// legacy rule settings
'prefer-const': 'off',
Expand Down
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "grumbler-scripts/config/.babelrc-node"
"extends": "@krakenjs/grumbler-scripts/config/.babelrc-node"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"homepage": "https://github.com/krakenjs/express-promisified#readme",
"devDependencies": {
"@krakenjs/grumbler-scripts": "^6.0.2",
"@types/express": "^4.17.13",
"flow-bin": "^0.69.0",
"grumbler-scripts": "^5.0.0",
"in-publish": "^2.0.1",
"tsd": "^0.19.1",
"yargs-parser": "^10.0.0"
Expand Down

0 comments on commit 3c5e5d0

Please sign in to comment.