Skip to content

Commit

Permalink
Minor improvements (vercel#15)
Browse files Browse the repository at this point in the history
* Use caps

* Comments for ignored stuff

* Description added

* Use start command for launch

* Cosmetic changes
  • Loading branch information
leo authored and rauchg committed Jul 2, 2016
1 parent 0892122 commit 79ad131
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
node_modules
.next
npm-debug.log
# build output
dist
build

# dependencies
node_modules

# logs
npm-debug.log

# other
.next
File renamed without changes.
6 changes: 3 additions & 3 deletions Readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hyperterm

## Developing
## Contribute

To install `package.json` dependencies in a way where the native
modules are built with `electron`, run:
Expand All @@ -22,10 +22,10 @@ $ webpack --watch
Then you can run:

```bash
$ electron index
$ npm start
```

to launch the app!
...to launch the app!

## TODO

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hyperterm",
"productName": "HyperTerm",
"version": "0.1.0",
"description": "",
"description": "HTML/JS/CSS Terminal",
"dependencies": {
"child_pty": "3.0.1",
"default-shell": "1.0.1",
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"scripts": {
"launch": "electron index",
"start": "electron index",
"lint": "eslint *.js"
}
}

0 comments on commit 79ad131

Please sign in to comment.