Skip to content

Commit

Permalink
fix: revert 3 previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Apr 9, 2020
1 parent 9cfb463 commit fd06d43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@
"semantic-release": "semantic-release"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"jsx",
"ts",
"tsx",
"node",
"d.ts"
],
"globalSetup": "./jest/setup.ts",
"globalTeardown": "./jest/teardown.ts",
"testPathIgnorePatterns": [
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ export const connect = async (address: string, signerOrProvider: Signer | provid

export {DocumentStoreFactory} from "./contracts/DocumentStoreFactory";
export {DocumentStoreCreatorFactory} from "./contracts/DocumentStoreCreatorFactory";
export * from "./contracts/index";

0 comments on commit fd06d43

Please sign in to comment.