diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index 4c49ae6ae..000000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -yarn commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 2b2afa781..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" \ No newline at end of file diff --git a/packages/snjs/package.json b/packages/snjs/package.json index f4e4e5c67..a858fd07d 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -13,7 +13,9 @@ "e2e-server.js" ], "license": "AGPL-3.0-or-later", - "private": true, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "webpack -w --config webpack.dev.js", "start:test-server": "yarn node e2e-server.js", diff --git a/packages/styles/package.json b/packages/styles/package.json index 392f08ee2..8a0817188 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,6 @@ { "name": "@standardnotes/styles", "version": "1.6.1", - "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": {