Skip to content

Commit

Permalink
re-build with ts39
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Jun 26, 2020
1 parent eb4f515 commit ae5519d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions core/hooks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useArSyncFetch = exports.useArSyncModel = exports.initializeHooks = void 0;
var ArSyncApi_1 = require("./ArSyncApi");
var ArSyncModel_1 = require("./ArSyncModel");
var useState;
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ArSyncModel_1 = require("./core/ArSyncModel");
exports.ArSyncModel = ArSyncModel_1.default;
Object.defineProperty(exports, "ArSyncModel", { enumerable: true, get: function () { return ArSyncModel_1.default; } });
var ArSyncApi_1 = require("./core/ArSyncApi");
exports.ArSyncApi = ArSyncApi_1.default;
Object.defineProperty(exports, "ArSyncApi", { enumerable: true, get: function () { return ArSyncApi_1.default; } });
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"actioncable": "^5.2.0",
"@types/actioncable": "^5.2.0",
"eslint": "^5.16.0",
"typescript": "3.8.3",
"typescript": "3.9.5",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0"
}
Expand Down

0 comments on commit ae5519d

Please sign in to comment.