Skip to content

Commit a6b6a12

Browse files
committed
Merge pull request #12 from LeFinc/master
Triple slash references
2 parents aa9a776 + 270d513 commit a6b6a12

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

angular2-rest.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/// <reference path="node_modules/angular2/core.d.ts" />
2-
/// <reference path="node_modules/angular2/http.d.ts" />
3-
/// <reference path="node_modules/rxjs/Rx.d.ts" />
41
import { Http, Request } from "angular2/http";
52
import { Observable } from "rxjs/Observable";
63
/**

angular2-rest.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/// <reference path="node_modules/angular2/core.d.ts" />
2-
/// <reference path="node_modules/angular2/http.d.ts" />
3-
/// <reference path="node_modules/rxjs/Rx.d.ts" />
4-
51
/*
62
73
angular2-rest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/Paldom/angular2-rest#readme",
2828
"dependencies": {
29-
"angular2": "^2.0.0-beta.0",
29+
"angular2": "^2.0.0-beta.7",
3030
"es6-promise": "^3.0.2",
3131
"es6-shim": "^0.33.13",
3232
"reflect-metadata": "^0.1.2",

0 commit comments

Comments
 (0)