Use scaffolded template for remixd
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -43,9 +43,9 @@ | ... | @@ -43,9 +43,9 @@ |
"workspace-schematic": "nx workspace-schematic", | "workspace-schematic": "nx workspace-schematic", | ||
"dep-graph": "nx dep-graph", | "dep-graph": "nx dep-graph", | ||
"help": "nx help", | "help": "nx help", | ||
"lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | "lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd", | ||
"build:libs": "nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | "build:libs": "nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd", | ||
"test:libs": "nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | "test:libs": "nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd", | ||
"publish:libs": "npm run build:libs; lerna publish --skip-git; npm run bumpVersion:libs", | "publish:libs": "npm run build:libs; lerna publish --skip-git; npm run bumpVersion:libs", | ||
"bumpVersion:libs": "gulp; gulp syncLibVersions;", | "bumpVersion:libs": "gulp; gulp syncLibVersions;", | ||
"browsertest": "sleep 5 && npm run nightwatch_local", | "browsertest": "sleep 5 && npm run nightwatch_local", | ||
... | @@ -270,6 +270,7 @@ | ... | @@ -270,6 +270,7 @@ |
"eslint-plugin-node": "11.1.0", | "eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.2.1", | "eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | "eslint-plugin-standard": "4.0.1", | ||
"nodemon": "^2.0.4" | "nodemon": "^2.0.4", | ||
"@types/jest": "25.1.4" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment