Skip to content

Commit

Permalink
fix(): dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Feb 26, 2020
1 parent 0a0eec5 commit eaf1979
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 @@ -6,9 +6,7 @@
"types": "dist/index",
"private": false,
"scripts": {
"preversion": "rm -rf dist && tsc -p tsconfig.json",
"version": "git add .",
"postversion": "git push && git push --tags",
"build": "rm -rf dist && tsc -p tsconfig.json",
"test": "jest",
"release": "standard-version",
"patch": "npm run release -- --release-as patch",
Expand Down

0 comments on commit eaf1979

Please sign in to comment.