Skip to content

Commit

Permalink
chore(@ew-did-registry/proxyidentity): rename proxy to offerable
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Mar 5, 2021
1 parent fb78a9b commit 30ec13b
Show file tree
Hide file tree
Showing 11 changed files with 2,793 additions and 2,712 deletions.
18 changes: 4 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 30ec13b

Please sign in to comment.