Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Apr 16, 2018
1 parent a654a84 commit 3795f24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyper-site",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "The official website for the Hyper terminal",
"repository": "zeit/hyper-site",
"license": "MIT",
Expand All @@ -12,7 +12,10 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"git add"
]
},
"dependencies": {
"babel-plugin-inline-react-svg": "^0.5.2",
Expand Down

0 comments on commit 3795f24

Please sign in to comment.