@jetbrains/create-youtrack-app
Advanced tools
Comparing version 0.0.1-alpha.16 to 0.0.1-alpha.17
@@ -157,4 +157,4 @@ const { validateNotEmpty } = require("../../utils"); | ||
permissions, | ||
folderName: h.changeCase.path(key), | ||
indexPath: `${h.changeCase.path(key)}/index.html`, | ||
folderName: key, | ||
indexPath: `${key}/index.html`, | ||
extensionPoint, | ||
@@ -161,0 +161,0 @@ description, |
{ | ||
"name": "@jetbrains/create-youtrack-app", | ||
"version": "0.0.1-alpha.16", | ||
"version": "0.0.1-alpha.17", | ||
"description": "A scaffolder for YouTrack App generating", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ # Create YouTrack App | ||
* `npx @jetbrains/create-youtrack-app help show` to see list of possible commands | ||
* `npx @jetbrains/create-youtrack-app --help` to see list of possible commands | ||
* `npx @jetbrains/create-youtrack-app settings init` to add a [settings declaration](https://www.jetbrains.com/help/youtrack/devportal-apps/app-settings.html) | ||
@@ -22,0 +22,0 @@ * `npx @jetbrains/create-youtrack-app settings add` to add one more property into Settings, created by command above |
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
46178