Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Böhm committed Apr 5, 2018
1 parent 10f49d1 commit 16d1cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdax",
"version": "0.6.0",
"version": "0.7.0",
"author": "Coinbase",
"bugs": "https://github.com/coinbase/gdax-node/issues",
"contributors": [
Expand Down Expand Up @@ -66,14 +66,7 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js}": [
"eslint --fix",
"prettier --write",
"git add"
],
"*.{json,md}": [
"prettier --write",
"git add"
]
"*.{js}": ["eslint --fix", "prettier --write", "git add"],
"*.{json,md}": ["prettier --write", "git add"]
}
}

0 comments on commit 16d1cc3

Please sign in to comment.