Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Apr 30, 2020
1 parent 47e35d1 commit 317bfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module.exports = {
env: {
browser: true,
commonjs: true,
es6: true,
es2020: true,
},
extends: "eslint:recommended",
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 2018,
ecmaVersion: 2015,
sourceType: "module",
},
plugins: ["react", "@typescript-eslint"],
Expand Down
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import BN from "bn.js"
import { BatchExchangeViewer } from "../build/types/BatchExchangeViewer"

export { BatchExchange } from "../build/types/BatchExchange"
Expand Down

0 comments on commit 317bfd3

Please sign in to comment.