Skip to content

Commit 3795f24

Browse files
committed
1.0.1
1 parent a654a84 commit 3795f24

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyper-site",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "The official website for the Hyper terminal",
66
"repository": "zeit/hyper-site",
77
"license": "MIT",
@@ -12,7 +12,10 @@
1212
"precommit": "lint-staged"
1313
},
1414
"lint-staged": {
15-
"*.js": ["prettier --write", "git add"]
15+
"*.js": [
16+
"prettier --write",
17+
"git add"
18+
]
1619
},
1720
"dependencies": {
1821
"babel-plugin-inline-react-svg": "^0.5.2",

0 commit comments

Comments
 (0)