@jetbrains/create-youtrack-app
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -178,3 +178,3 @@ const { validateNotEmpty } = require("../../utils"); | ||
injectWidget(newWidget, args.cwd); | ||
injectWidget(newWidget, args.cwd ?? ''); | ||
@@ -181,0 +181,0 @@ return result; |
{ | ||
"name": "@jetbrains/create-youtrack-app", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A scaffolding utility that generates a YouTrack app", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"build": "echo 'no build required'", | ||
"release:ci": "commit-and-tag-version && git push --follow-tags origin main && npm publish" | ||
"release:ci": "commit-and-tag-version --release-as patch && git push --follow-tags origin main && npm publish" | ||
}, | ||
@@ -32,0 +32,0 @@ "author": "Andrey Skladchikov", |
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
58996