Skip to content

Commit

Permalink
Merge pull request #501 from GrimoireGL/feat/removeComponents
Browse files Browse the repository at this point in the history
Update typescript dependency
  • Loading branch information
kyasbal committed Jun 29, 2017
2 parents dc7dfc3 + c6bba70 commit 064f0a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"grimoire"
],
"dependencies": {
"@types/node": "^8.0.4",
"@types/node": "^8.0.5",
"events": "^1.1.1"
},
"devDependencies": {
Expand All @@ -35,9 +35,9 @@
"regenerator-runtime": "^0.10.3",
"remap-istanbul": "^0.9.5",
"semantic-release": "^6.3.2",
"sinon": "^2.3.5",
"sinon": "^2.3.6",
"trash-cli": "^1.4.0",
"ts-loader": "^2.2.0",
"ts-loader": "^2.2.1",
"tslint": "^5.4.3",
"typedoc": "^0.7.0",
"typedoc-md-theme": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Base/EEObject.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
///<reference path="../../node_modules/@types/node/index.d.ts"/>
/// <reference types="node"/>
import {EventEmitter} from "events";
import IDObject from "./IDObject";

Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"noImplicitReturns": true,
"noUnusedParameters": true,
"noUnusedLocals":true,
"strict": true,
"types":[
"node"
]
"strict": true
},
"include": [
"src/**/*.ts"
Expand Down

0 comments on commit 064f0a7

Please sign in to comment.