Skip to content

Commit

Permalink
[Typings] Update to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed May 25, 2016
1 parent ad410f5 commit 0590121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"systemjs-hot-reloader": "^0.5.7",
"tslint": "^3.8.1",
"typescript": "^1.8.10",
"typings": "^0.8.1",
"typings": "^1.0.4",
"wait-for-change": "^1.0.1",
"zone.js": "^0.6.12"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"noImplicitAny": true
},
"files": [
"typings/browser.d.ts"
"typings/index.d.ts"
],
"exclude": [
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "angular2-setup-poc",
"version": false,
"dependencies": {},
"ambientDependencies": {
"globalDependencies": {
"lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#672afd8f7b09d839b61eeb4867753876cf79c8b6"
},
"ambientDevDependencies": {
"globalDevDependencies": {
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446"
}
}

0 comments on commit 0590121

Please sign in to comment.