generator-jhipster-yellowbricks-spring-boot-contextpath 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -61,14 +61,6 @@ jhipster import-jdl your-app.jdl --blueprints yellowbricks-spring-boot-contextpa
|
|
|
61
61
|
|
|
62
62
|
Replace `/jh/` with your actual context path. The trailing slash is required.
|
|
63
63
|
|
|
64
|
-
## Pre-release
|
|
65
|
-
|
|
66
|
-
To use the latest unreleased version directly from GitHub:
|
|
67
|
-
|
|
68
|
-
```bash
|
|
69
|
-
npm install -g idNoRD/generator-jhipster-yellowbricks-spring-boot-contextpath#main
|
|
70
|
-
```
|
|
71
|
-
|
|
72
64
|
[npm-image]: https://img.shields.io/npm/v/generator-jhipster-yellowbricks-spring-boot-contextpath.svg
|
|
73
65
|
[npm-url]: https://npmjs.org/package/generator-jhipster-yellowbricks-spring-boot-contextpath
|
|
74
66
|
[github-generator-image]: https://github.com/idNoRD/generator-jhipster-yellowbricks-spring-boot-contextpath/actions/workflows/generator.yml/badge.svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-jhipster-yellowbricks-spring-boot-contextpath",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "JHipster blueprint to configure Spring Boot application context-path",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yeoman-generator",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"author": "idNoRD",
|
|
17
|
+
"type": "module",
|
|
17
18
|
"bin": {
|
|
18
19
|
"jhipster-yellowbricks-spring-boot-contextpath": "cli/cli.cjs"
|
|
19
20
|
},
|