Skip to content

Commit

Permalink
Fixed data and helpers, 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed Apr 11, 2018
1 parent fe1bd2d commit f950893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "agescx",
"version": "1.0.5",
"version": "1.0.6",
"description": "Age of empires 2 scenario de/compress module for node and browser",
"main": "dist/Index.js",
"types": "dist/Index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/Index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { checkScenario } from "./checker/Checker";
export { convertScenario } from "./converter/Converter";
// export { convertScenario } from "./converter/Converter";
export { readScenario, ScenarioStruct } from "./io/IO";
export { printStats } from "./stats/Stats";
export { Paint } from "./paint/Paint";
Expand Down

0 comments on commit f950893

Please sign in to comment.