Skip to content

Commit 643727d

Browse files
committed
Updated readme and build.
1 parent 9351b06 commit 643727d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Exceptionless.JavaScript
2+
[![Build status](https://ci.appveyor.com/api/projects/status/ahu7u4tvls56wqqu?svg=true)](https://ci.appveyor.com/project/Exceptionless/exceptionless-javascript) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/exceptionless/Discuss)
3+
24
Exceptionless JavaScript client

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
install:
77
- ps: Install-Product node $env:nodejs_version
88
- cd src
9+
- npm install -g gulp
910
- npm install -g bower
1011
- npm install
1112
- bower install

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"es5-shim": "^4.1.0",
1919
"es6-shim": "^0.27.1",
2020
"event-stream": "^3.3.0",
21-
"gulp": "~3.8.11",
21+
"gulp": "^3.8.11",
2222
"gulp-karma": "0.0.4",
2323
"gulp-sourcemaps": "^1.5.1",
2424
"gulp-typescript": "^2.6.0",

0 commit comments

Comments
 (0)