Skip to content

Commit

Permalink
Fix build and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Jun 17, 2021
1 parent 3b7c969 commit d1a0c03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weiroll/weiroll.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "The weiroll planner in JS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 2 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ export {
ContractFunction,
FunctionCall,
Value,
StaticValue,
ReturnValue
} from './contract';

export {
LiteralValue,
ReturnValue,
Planner
} from './planner';
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"module": "commonjs",
"target": "es5",
"jsx": "react",
"allowJs": true,
Expand Down

0 comments on commit d1a0c03

Please sign in to comment.