delete-publishconfig-directory
Advanced tools
Comparing version 0.3.1 to 1.0.0
@@ -44,3 +44,3 @@ "use strict"; | ||
// package.json | ||
var version = "0.3.0"; | ||
var version = "1.0.0"; | ||
@@ -47,0 +47,0 @@ // src/index.ts |
{ | ||
"name": "delete-publishconfig-directory", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"description": "Deletes the directory field from publishConfig.", | ||
@@ -36,3 +36,3 @@ "author": "Richard Harrah", | ||
"prepare": "is-ci || husky install", | ||
"prepublishOnly": "rm -rf ./package && clean-publish", | ||
"prepublishOnly": "rm -rf ./package && tsup && clean-publish", | ||
"pretty-quick": "pretty-quick --staged", | ||
@@ -75,20 +75,2 @@ "release": "release-it", | ||
}, | ||
"release-it": { | ||
"git": { | ||
"commitMessage": "chore: release v${version}" | ||
}, | ||
"github": { | ||
"release": true | ||
}, | ||
"hooks": { | ||
"before:init": "pnpm run build", | ||
"before:git:release": "pnpm run format" | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "conventionalcommits", | ||
"infile": "CHANGELOG.md" | ||
} | ||
} | ||
}, | ||
"size-limit": [ | ||
@@ -95,0 +77,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
37670