@leuffen/themejs1 9.0.15 → 9.0.16

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.
@@ -4,18 +4,19 @@ environments:
4
4
  coder:
5
5
  files:
6
6
  - name: "project files"
7
+ enabled: true
7
8
  include:
8
9
  - "./docs/**/*.(md|yml|yaml)"
9
10
  instructions: |
10
11
  These are all project files. You can edit them as you like.
11
12
  - name: "context"
12
13
  include:
13
- - "./shiller-context.txt"
14
+ - "./.shiller-context.txt"
14
15
  instructions: |
15
16
  This file contains all information about the project. Take names, profession etc. from this file.
16
17
  - name: "editor instructions"
17
18
  include:
18
- - "./node_modules/@leuffen/themejs1/edit_instructions.txt"
19
+ - "./node_modules/@leuffen/themejs1/edit_instructions.md"
19
20
  instructions: |
20
21
  This file contains information about how to edit markdown or yaml. files. Befolge die Anweisungen
21
22
  in dieser Datei.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
3
 
4
- "version": "9.0.15",
4
+ "version": "9.0.16",
5
5
  "description": "",
6
6
  "license": "proprietary",
7
7
  "main": "./index.js",