Skip to content

Commit

Permalink
Update deps + scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jun 19, 2023
1 parent 2270fd1 commit cc65424
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"scripts": {
"lint": "eslint src --ext .js,.cjs,.mjs --fix",
"test": "npm run lint && tape test/*-test.*js | tap-arc"
"test": "npm run lint && tape test/*-test.*js | tap-arc",
"rc": "npm version prerelease --preid RC"
},
"repository": {
"type": "git",
Expand All @@ -28,13 +29,13 @@
"homepage": "https://github.com/beginner-corp/begin-api#readme",
"dependencies": {
"@begin/chunker": "^1.1.2",
"tiny-json-http": "^7.5.0",
"tiny-json-http": "^7.5.1",
"zip-dir": "^2.0.0"
},
"devDependencies": {
"@architect/eslint-config": "^2.1.1",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"tap-arc": "^0.3.5",
"tape": "^5.6.3"
},
Expand Down

0 comments on commit cc65424

Please sign in to comment.