Skip to content

Commit

Permalink
Update type definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
omegascorp committed Jul 15, 2017
1 parent c0fd798 commit b127d0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owljs",
"version": "0.8.6",
"version": "0.8.7",
"description": "Backbone-like frontend library",
"main": "index.js",
"typings": "typescript/owl.d.ts",
Expand Down
1 change: 1 addition & 0 deletions typescript/ajax.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "owl.d.ts";
1 change: 1 addition & 0 deletions typescript/core.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "owl.d.ts";
3 changes: 1 addition & 2 deletions typescript/owl.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
///<reference path="owl.Promise.d.ts"/>
///<reference path="owl.ajax.d.ts"/>
///<reference path="owl.history.d.ts"/>
///<reference path="owl.util.d.ts"/>
Expand Down Expand Up @@ -63,4 +62,4 @@ declare module owl {
* Next calls will return already created object.
*/
export function require(name: string): Object;
}
}

0 comments on commit b127d0d

Please sign in to comment.