Skip to content

Commit

Permalink
chore(@ew-did-registry/did-ethr-resolver): remove proxy operator
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Mar 5, 2021
1 parent fb78a9b commit e47d167
Show file tree
Hide file tree
Showing 10 changed files with 7,311 additions and 1,661 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"test": "lerna run test",
"test-integration": "mocha -r ts-node/register tests/integration/*.test.ts",
"test-rpc": "run-with-testrpc -m \"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat\" --port 8544 --accounts 20 --networkId=9 --gasLimit=10000000 \"lerna run test && npm run test-integration\" ",
"test-rpc": "run-with-testrpc -m \"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat\" --port 8544 --accounts 20 --networkId=9 --gasLimit=10000000 \"lerna run test\" ",
"setup": "lerna bootstrap --hoist --no-ci",
"build": "rm -rf build docs packages/*/dist && lerna run compile",
"compile": "lerna run compile",
Expand Down
1 change: 0 additions & 1 deletion packages/did-ethr-resolver/src/implementations/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { default as Resolver } from './resolver';
export * from './operator';
export * from './proxyOperator';
202 changes: 0 additions & 202 deletions packages/did-ethr-resolver/src/implementations/proxyOperator.ts

This file was deleted.

Loading

0 comments on commit e47d167

Please sign in to comment.