publishconfig access to public

pull/352/head
aniket-engg 4 years ago
parent da3351c4f3
commit c9a4bc7dbe
  1. 3
      libs/remix-analyzer/package.json
  2. 3
      libs/remix-astwalker/package.json
  3. 3
      libs/remix-debug/package.json
  4. 3
      libs/remix-lib/package.json
  5. 3
      libs/remix-simulator/package.json
  6. 3
      libs/remix-solidity/package.json
  7. 3
      libs/remix-tests/package.json
  8. 3
      libs/remix-url-resolver/package.json
  9. 2
      package.json

@ -22,6 +22,9 @@
"@remix-project/remix-astwalker": "0.0.24",
"@remix-project/remix-lib": "0.4.29"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"

@ -7,6 +7,9 @@
"build": "tsc",
"test": "./../../node_modules/.bin/nyc --reporter=lcov --require ts-node/register --require tsconfig-paths/register ./../../node_modules/.bin/tape ./tests/*.ts | ./../../node_modules/.bin/tap-spec; ./../../node_modules/.bin/nyc report ---reporter=text"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"

@ -39,6 +39,9 @@
"scripts": {
"test": "./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"

@ -38,6 +38,9 @@
"scripts": {
"test": "./../../node_modules/.bin/tape ./test/tests.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"

@ -43,6 +43,9 @@
"scripts": {
"test": "./../../node_modules/.bin/mocha --require tsconfig-paths/register test/"
},
"publishConfig": {
"access": "public"
},
"bin": {
"ethsim": "./bin/ethsim",
"remix-simulator": "./bin/ethsim"

@ -37,6 +37,9 @@
"build": "tsc",
"test": "./../../node_modules/.bin/tape ./test/tests.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"

@ -21,6 +21,9 @@
"build": "tsc",
"test": "./../../node_modules/.bin/jest"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"

@ -8,6 +8,9 @@
"build": "tsc",
"test": "./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"

@ -46,7 +46,7 @@
"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",
"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",
"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",
"publish:libs": "npm run build:libs; lerna publish --skip-git --access public",
"publish:libs": "npm run build:libs; lerna publish --skip-git",
"browsertest": "sleep 5 && npm run nightwatch_local",
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/assets/css/font-awesome.min.css' apps/remix-ide/assets/css/",
"downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.6.6+commit.6c089d02.js -O ./apps/remix-ide/soljson.js",

Loading…
Cancel
Save