Skip to content

Migrate to latest typescript #71

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
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
update test configuration, rollback gulp-tslint version
  • Loading branch information
Caelan Sayler committed Apr 10, 2017
commit 88566b5dc0d01fac10592095d612d02839b0b4f8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-replace": "0.5.4",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "7.1.0",
"gulp-tslint": "6.0.1",
"gulp-uglify": "1.5.4",
"gulp-wrap-umd": "0.2.1",
"mock-fs": "3.11.0",
Expand Down
12 changes: 6 additions & 6 deletions src/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"bundles": {
"exceptionless-nodespec": {
"files": [
"typings/mocha/mocha.d.ts",
"typings/chai/chai.d.ts",
"typings/node/node.d.ts",
"typings/stack-trace/stack-trace.d.ts",
"../node_modules/@types/mocha/index.d.ts",
"../node_modules/@types/chai/index.d.ts",
"../node_modules/@types/node/index.d.ts",
"../node_modules/@types/stack-trace/index.d.ts",

"exceptionless.node.ts",

Expand All @@ -22,8 +22,8 @@
},
"exceptionless-browserspec": {
"files": [
"typings/mocha/mocha.d.ts",
"typings/chai/chai.d.ts",
"../node_modules/@types/mocha/index.d.ts",
"../node_modules/@types/chai/index.d.ts",

"exceptionless.ts",

Expand Down