Skip to content

Commit

Permalink
Update typings to version 1.0.4 🚀 (#27)
Browse files Browse the repository at this point in the history
* chore(package): update typings to version 1.0.4

* chore(typings): update config to 1.x
  • Loading branch information
greenkeeperio-bot authored and Hotell committed May 21, 2016
1 parent 8631110 commit 4d58cd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tslint": "3.10.2",
"tslint-loader": "2.1.4",
"typescript": "1.8.10",
"typings": "0.8.1",
"typings": "1.0.4",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
},
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"outDir": "ts-out"
},
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
"node_modules"
],
"compileOnSave": false
}
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular1-scaffold",
"dependencies": {},
"devDependencies": {},
"ambientDependencies": {
"globalDependencies": {
"angular": "registry:dt/angular#1.5.0+20160412133217",
"angular-mocks": "registry:dt/angular-mocks#1.3.0+20160412134242",
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
Expand Down

0 comments on commit 4d58cd3

Please sign in to comment.