From 6f5fe2001f656d0006aad200958855df2cd0b125 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 8 Mar 2021 11:44:02 +1100 Subject: [PATCH] feat: ipjs@4 - publish with "main" --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb73fc0..2be7206 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build:js": "npm_config_yes=true ipjs build --tests", "build:types": "tsc --emitDeclarationOnly --declarationDir dist/types", "prepublishOnly": "npm run build", - "publish": "npm_config_yes=true npx ipjs@latest publish", + "publish": "npm_config_yes=true npx ipjs publish", "lint": "standard", "test:cjs": "rm -rf dist && npm run build && cp test/go.car dist/cjs/node-test/ && mocha dist/cjs/node-test/test-*.js && mocha dist/cjs/node-test/node-test-*.js && npm run test:cjs:browser", "test:node": "hundreds mocha test/test-*.js test/node-test-*.js", @@ -46,7 +46,7 @@ "chai-as-promised": "^7.1.1", "garbage": "^0.0.0", "hundreds": "0.0.9", - "ipjs": "^3.3.0", + "ipjs": "^4.0.0", "jsdoc4readme": "^1.4.0", "mocha": "^8.2.0", "polendina": "^1.1.0",