Skip to content

Commit

Permalink
Stop exporting @smogon/calc; export utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansel Blume committed Jul 24, 2020
1 parent ca1b8a8 commit 0614304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "survivalcalc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pokemon Attack Survival Calculator Core",
"author": "Ansel Blume <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './min-evs';
export * from './best-evs';
export * from './model';
export * from '@smogon/calc';
export * from './utilities';

0 comments on commit 0614304

Please sign in to comment.