skir 0.0.9 → 1.0.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.
@@ -67,7 +67,7 @@ generators:
67
67
  # outDir: ./src/main/java/skirout
68
68
  # config: {}
69
69
  # # Alternatively:
70
- # # outDir: ./src/main/java/skirout/my/project
70
+ # # outDir: ./src/main/java/my/project/skirout
71
71
  # # config:
72
72
  # # packagePrefix: "my.project."
73
73
 
@@ -81,7 +81,7 @@ generators:
81
81
  # outDir: ./src/main/kotlin/skirout
82
82
  # config: {}
83
83
  # # Alternatively:
84
- # # outDir: ./src/main/kotlin/skirout/my/project
84
+ # # outDir: ./src/main/kotlin/my/project/skirout
85
85
  # # config:
86
86
  # # packagePrefix: "my.project."
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skir",
3
- "version": "0.0.9",
3
+ "version": "1.0.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/gepheum/skir#readme",
6
6
  "bugs": {
@@ -76,7 +76,7 @@ generators:
76
76
  # outDir: ./src/main/java/skirout
77
77
  # config: {}
78
78
  # # Alternatively:
79
- # # outDir: ./src/main/java/skirout/my/project
79
+ # # outDir: ./src/main/java/my/project/skirout
80
80
  # # config:
81
81
  # # packagePrefix: "my.project."
82
82
 
@@ -90,7 +90,7 @@ generators:
90
90
  # outDir: ./src/main/kotlin/skirout
91
91
  # config: {}
92
92
  # # Alternatively:
93
- # # outDir: ./src/main/kotlin/skirout/my/project
93
+ # # outDir: ./src/main/kotlin/my/project/skirout
94
94
  # # config:
95
95
  # # packagePrefix: "my.project."
96
96