Skip to content

Commit

Permalink
chore: removed unused npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jan 19, 2021
1 parent a5f15da commit 3ad1555
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"style:prettier": "prettier \"src/**/*.ts\" --list-different --write",
"build": "./node_modules/.bin/ncc build src/index.ts -o ./",
"dev": "ts-node-dev src/index.ts",
"prerelease": "npm run build && "
"prerelease": "npm run build"
},
"keywords": [
"github",
Expand All @@ -37,7 +37,6 @@
"@vercel/ncc": "^0.26.2",
"ava": "^3.8.2",
"benchmark": "^2.1.4",
"conventional-gitlab-releaser": "^4.0.1",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
Expand All @@ -64,4 +63,4 @@
"volta": {
"node": "14.15.4"
}
}
}

0 comments on commit 3ad1555

Please sign in to comment.