Remove `np`

Instead, I will be using standard `pnpm publish` command. This action
alone removed 250+ packages from the devDependencies tree 🎉
This commit is contained in:
Nikita Karamov 2022-02-10 20:58:37 +01:00
parent 6081dba557
commit 75fab9b57b
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
1 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@
"build:dev": "cross-env NODE_ENV=development rollup --config",
"dev": "cross-env NODE_ENV=development rollup --config --watch",
"lint": "prettier --check . && eslint src/*.js",
"release": "np",
"size": "size-limit",
"test": "pnpm run lint && pnpm run build && pnpm run size",
"postversion": "pnpm run build"
@ -54,7 +53,6 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"np": "^7.6.0",
"postcss": "^8.4.6",
"postcss-banner": "^4.0.1",
"postcss-calc": "^8.2.3",