Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "fishbird", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Fishbird is a simple, lightweight, and fast Promise utility library", | ||
@@ -44,17 +44,2 @@ "author": "Igor Suvorov <hi@isuvorov.com>", | ||
}, | ||
"scripts": { | ||
"test": "npm run test:jest && npm run test:eslint && npm run test:size-limit && npm run test:imports", | ||
"test:watch": "jest --watch", | ||
"test:eslint": "eslint src", | ||
"test:size-limit": "size-limit", | ||
"test:jest": "jest --coverage", | ||
"test:benchmark": "echo ok", | ||
"test:imports": "cd test/imports/esm && npm run test && cd ../../.. && cd test/imports/cjs && npm run test", | ||
"clean": "rm -rf ./lib/* && rm -rf ./coverage", | ||
"build": "tsup", | ||
"build:tsc": "npm run clean && tsc", | ||
"prepublishOnly": "npm run clean && npm run build && npm test && npm version minor", | ||
"!publish": "clean-publish --without-", | ||
"release": "clean-publish" | ||
}, | ||
"devDependencies": { | ||
@@ -78,6 +63,23 @@ "@lskjs/eslint-config": "2.13.0", | ||
"clean-publish": { | ||
"packageManager": "pnpm", | ||
"withoutPublish": true, | ||
"tempDir": "package", | ||
"files": [ | ||
"!(README.md|LICENCE|lib|lib/**)" | ||
] | ||
}, | ||
"scripts": { | ||
"test": "npm run test:jest && npm run test:eslint && npm run test:size-limit && npm run test:imports", | ||
"test:watch": "jest --watch", | ||
"test:eslint": "eslint src", | ||
"test:size-limit": "size-limit", | ||
"test:jest": "jest --coverage", | ||
"test:benchmark": "echo ok", | ||
"test:imports": "cd test/imports/esm && npm run test && cd ../../.. && cd test/imports/cjs && npm run test", | ||
"clean": "rm -rf ./lib/* && rm -rf ./coverage && rm -rf ./package", | ||
"build": "tsup", | ||
"build:tsc": "npm run clean && tsc", | ||
"!publish": "clean-publish --without-publish", | ||
"release": "pnpm publish" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60826