We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a654a84 commit 3795f24Copy full SHA for 3795f24
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hyper-site",
3
"private": true,
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"description": "The official website for the Hyper terminal",
6
"repository": "zeit/hyper-site",
7
"license": "MIT",
@@ -12,7 +12,10 @@
12
"precommit": "lint-staged"
13
},
14
"lint-staged": {
15
- "*.js": ["prettier --write", "git add"]
+ "*.js": [
16
+ "prettier --write",
17
+ "git add"
18
+ ]
19
20
"dependencies": {
21
"babel-plugin-inline-react-svg": "^0.5.2",
0 commit comments