Skip to content

Commit

Permalink
fix(date-fns): fix duplicate module declaration typescript errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Nov 25, 2016
1 parent a6c52d1 commit 24be6f3
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 83 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.0",
"@types/date-fns": "0.0.2",
"angular-resizable-element": "~0.5.0",
"calendar-utils": "0.0.36",
"date-fns": "^1.3.0"
"date-fns": "^1.11.1"
}
}
1 change: 1 addition & 0 deletions test/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/// <reference types="chai" />
/// <reference types="sinon" />
/// <reference types="sinon-chai" />
/// <reference path="../node_modules/date-fns/typings.d.ts" />

import 'core-js';
import 'zone.js/dist/zone';
Expand Down
Loading

0 comments on commit 24be6f3

Please sign in to comment.