Skip to content

Commit

Permalink
🔧 Clean code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sawa-ko committed May 8, 2021
1 parent 464ebe1 commit e5f003c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const game_info_1 = require("./game-info");
tslib_1.__exportStar(require("./user-stats"), exports);
tslib_1.__exportStar(require("./game-info"), exports);
(async () => {
const data = new game_info_1.GameInfo();
console.log(data.getElements('Anemo'));
})();
2 changes: 1 addition & 1 deletion dist/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"affectsGlobalScope": false
},
"../src/index.ts": {
"version": "9899043f02df5ca12328118ee3050394e36e738d650c502082e428710df1a8df",
"version": "096208b8a6a09c7693e25ecaaa3d016154614f76087871bb6f311912de2a74dd",
"signature": "096208b8a6a09c7693e25ecaaa3d016154614f76087871bb6f311912de2a74dd",
"affectsGlobalScope": false
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genshin-stats",
"version": "1.0.3",
"version": "1.0.4",
"description": "Wrapper for Genshin Impact user statistics and game items and characters data.",
"main": "dist/index.js",
"author": "kaname-png",
Expand Down

0 comments on commit e5f003c

Please sign in to comment.