Skip to content

Commit

Permalink
fix(timeAgo): remove triple-slash references from TimeAgoPipe.ts
Browse files Browse the repository at this point in the history
fix #2
  • Loading branch information
urish committed Dec 18, 2015
1 parent 8e97169 commit 41d8eaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.1 - 2015-12-18
- Fix 'Cannot use in app due to triple-slash references' typescript error ([#2](https://github.com/urish/angular2-moment/issues/2))

## 0.1.0 - 2015-12-15
- Align with angular 2.0.0-beta.0

Expand Down
2 changes: 0 additions & 2 deletions TimeAgoPipe.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* angular2-moment / v0.1.0 / (c) 2015 Uri Shaked / MIT Licence */

/// <reference path="typings/moment/moment.d.ts" />

import {Pipe, ChangeDetectorRef, PipeTransform} from 'angular2/core';
import * as moment_ from 'moment';

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"declaration": true
},
"files": [
"typings/moment/moment.d.ts",
"TimeAgoPipe.ts"
],
"exclude": [
Expand Down

0 comments on commit 41d8eaa

Please sign in to comment.