Skip to content

Commit

Permalink
Updated package.json and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 25, 2016
1 parent 2f8713f commit 7ecc9e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ node_js:
before_script:
- npm install mocha
- npm install grunt-cli -g
- grunt build:config build:manifest build:core
- node osjs build:config build:manifest build:core
after_success:
- grunt all
- node osjs build
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"node-fs-extra": ">=0.8.1",
"request": ">=2.74.0",
"simple-session": ">=0.0.1",
"unzip": "^0.1.11"
"unzip": "^0.1.11",
"ws": "^1.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 7ecc9e2

Please sign in to comment.