mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Rename bounce.js to bounce
This commit is contained in:
parent
1efa53d0d2
commit
5fc7b22967
@ -1,7 +1,7 @@
|
||||
/// <reference path="./bounce.d.ts" />
|
||||
/// <reference path="./../jquery/jquery.d.ts" />
|
||||
|
||||
import Bounce from 'bounce.js';
|
||||
import Bounce from 'bounce';
|
||||
import * as $ from 'jquery';
|
||||
|
||||
function test_chaining_transformations() {
|
||||
2
bounce.js/bounce.d.ts → bounce/bounce.d.ts
vendored
2
bounce.js/bounce.d.ts → bounce/bounce.d.ts
vendored
@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
declare module 'bounce.js' {
|
||||
declare module 'bounce' {
|
||||
export default Bounce
|
||||
|
||||
interface Point2D {
|
||||
Loading…
Reference in New Issue
Block a user