Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
COLCO committed Apr 16, 2020
1 parent 5810d66 commit fb4ea61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitpay-rates",
"version": "0.2.19",
"version": "1.0.0",
"description": "A tiny NodeJS wrapper for Bitpay Rates API",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -29,11 +29,11 @@
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare" : "npm run build",
"prepublishOnly" : "npm test && npm run lint",
"preversion" : "npm run lint",
"version" : "npm run format && git add -A src",
"postversion" : "git push && git push --tags"
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@types/jest": "^25.2.1",
Expand Down

0 comments on commit fb4ea61

Please sign in to comment.