Skip to content

Commit 22f41f3

Browse files
author
Ray Farias
authored
Merge pull request #15 from devleague/update-getting-started-section
updates readme and adds `serve` as dependency
2 parents e613a7b + 861a2ba commit 22f41f3

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
Create 20 functions by following the comments in `functions.js`.
44
*Write all of functions below in `functions.js`*
55

6-
## Requirements
7-
8-
_if you don't already have `serve` installed_
9-
10-
```sh
11-
npm install -g serve
12-
```
13-
146
## Getting Started
157

168
1. Clone this repository and change your current working directory to this repository.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"start": "serve",
10+
"start": "live-server",
1111
"test": "karma start --single-run --no-auto-watch --browsers PhantomJS"
1212
},
1313
"repository": {
@@ -29,6 +29,7 @@
2929
"karma-phantomjs-launcher": "^0.2.1",
3030
"karma-sinon": "^1.0.4",
3131
"karma-sinon-chai": "^1.1.0",
32+
"live-server": "^1.1.0",
3233
"mocha": "^2.3.3",
3334
"phantomjs": "^1.9.18",
3435
"sinon": "^1.17.2",

0 commit comments

Comments
 (0)