Skip to content

Commit

Permalink
update pack
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed Jul 5, 2023
1 parent 90da2b9 commit cfc3bde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
15 changes: 0 additions & 15 deletions .prettierrc.yml

This file was deleted.

14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"license": "MIT",
"scripts": {
"eslint": "eslint --config .eslintrc.yml --ext .js --ignore-path .gitignore .",
"prettier": "prettier -c --plugin-search-dir=. ./server/**/*.{js}",
"pretest": "npm run eslint",
"test": "c8 --reporter=text --reporter=text-summary --reporter=lcov ava",
"dev": "run-s test start",
Expand All @@ -30,19 +29,18 @@
"@tadashi/local-access": "1.0.1",
"debug": "4.3.4",
"koa": "2.14.2",
"koa-bodyparser": "4.4.0",
"koa-bodyparser": "4.4.1",
"koa-compose": "4.1.0"
},
"devDependencies": {
"@tadashi/hex-id": "2.0.0",
"ava": "5.2.0",
"c8": "7.13.0",
"eslint": "8.40.0",
"ava": "5.3.1",
"c8": "8.0.0",
"eslint": "8.44.0",
"eslint-config-xo": "0.43.1",
"eslint-plugin-unicorn": "47.0.0",
"got": "12.6.0",
"got": "13.0.0",
"hash-to-port": "1.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8"
"npm-run-all": "4.1.5"
}
}

0 comments on commit cfc3bde

Please sign in to comment.