Skip to content

Commit

Permalink
chore(typings): add typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Betrozov committed Jun 16, 2016
1 parent bae9cff commit 701dbbf
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ app/**/*.js.map
app/**/*.d.ts

#ts typings
typings/*
typings
!typings/require.d.ts

.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions app/main/concept/concept.main.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Inject} from 'angular2/core';
import {Http} from 'angular2/http';
import {Inject} from '@angular/core';
import {Http} from '@angular/http';
import {Observable} from 'rxjs/Observable';

import {Config} from '../../app.config';
Expand Down
4 changes: 2 additions & 2 deletions app/main/places/main.places.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Inject} from 'angular2/core';
import {Http} from 'angular2/http';
import {Inject} from '@angular/core';
import {Http} from '@angular/http';
import {Observable} from 'rxjs/Observable';

import {Config} from '../../app.config';
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,18 @@
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"angular2": "2.0.0-beta.15",
"angulartics2": "1.0.0",
"angulartics2": "1.0.11",
"d3": "3.5.15",
"device.js": "0.1.2",
"es6-promise": "3.0.2",
"es6-shim": "0.35.0",
"es7-reflect-metadata": "1.5.5",
"firebase": "2.4.2",
"es6-promise": "3.2.1",
"es6-shim": "0.35.1",
"es7-reflect-metadata": "1.6.0",
"firebase": "3.0.5",
"jquery": "2.2.0",
"lodash": "4.*",
"marked": "0.3.5",
"ng2-contentful": "valor-software/ng2-contentful#feat-upgrade-package-version",
"rxjs": "5.0.0-beta.6",
"rxjs": "5.0.0-beta.9",
"zone.js": "0.6.12"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"./app/sitemap"
],
"files": [
"./node_modules/angular2/typings/browser.d.ts",
"./typings/require.d.ts",
"./typings/index.d.ts",
"./app/boot.ts",
"./app/app.component.ts",
Expand Down
7 changes: 6 additions & 1 deletion typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
},
"devDependencies": {},
"ambientDependencies": {
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#bc92442c075929849ec41d28ab618892ba493504",
"react": "github:DefinitelyTyped/DefinitelyTyped/react/react.d.ts#83b88a031cc8f2006fd361bf0a0b548c3bcc8259"
},
"globalDependencies": {
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504",
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446",
"marked": "registry:dt/marked#0.0.0+20160325085301",
"require": "registry:dt/require#2.1.20+20160316155526"
}
}
11 changes: 0 additions & 11 deletions typings/require.d.ts

This file was deleted.

0 comments on commit 701dbbf

Please sign in to comment.