Fix module naming

This commit is contained in:
Cherry Ng
2015-10-13 07:48:19 +08:00
parent 5fc7b22967
commit 7053dee095
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/// <reference path="./bounce.d.ts" />
/// <reference path="./../jquery/jquery.d.ts" />
import Bounce from 'bounce';
import Bounce from 'bounce.js';
import * as $ from 'jquery';
function test_chaining_transformations() {

2
bounce/bounce.d.ts vendored
View File

@@ -5,7 +5,7 @@
/// <reference path="../jquery/jquery.d.ts"/>
declare module 'bounce' {
declare module 'bounce.js' {
export default Bounce
interface Point2D {