Skip to content

Updated to latest typescript #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ node_modules
jspm_packages
public
/dist/temp
/src/typings
example/exceptionless.js
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,21 +248,19 @@ If you find a bug or want to contribute a feature, feel free to create a pull re
3. Install [tsd](https://github.com/DefinitelyTyped/tsd) and [gulp](http://gulpjs.com) and the development dependencies using [npm](https://www.npmjs.com).

```sh
npm install -g tsd
npm install -g gulp
npm install
```

4. Build the project by running the following gulp command.

```sh
gulp build
npm run build
```

5. Test the project by running the following gulp command.

```sh
gulp test
npm run test
```

During development, you can use relative paths to require Exceptionless, e.g. `require('./dist/exceptionless.node.js')` when you are running Node.js from the git root directory.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: 1.4.{build}

install:
- ps: Install-Product node 5
- npm install -g tsd
- npm install -g gulp
- npm install -g bower
- npm install
Expand Down
Loading