Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
Maintainers
1
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-it - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

.idea/.name

3

conf/release.json

@@ -16,3 +16,4 @@ {

"distFiles": ["**/*"],
"publish": false
"publish": false,
"publishPath": "."
}

@@ -76,3 +76,4 @@ var path = require('path'),

function npmPublish(path) {
return run('npm', 'publish', path || '.');
var options = config.getOptions();
return run('npm', 'publish', options.publishPath || path || '.');
}

@@ -79,0 +80,0 @@

{
"name": "release-it",
"version": "0.0.10",
"version": "0.0.11",
"description": "Interactive release tool for Git repositories. Supports to build and release to a distribution/component repository. Publish to npm.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -70,3 +70,4 @@ # Release It!

"distFiles": ["**/*"],
"publish": false
"publish": false,
"publishPath": "."
}

@@ -73,0 +74,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc