@supierior/workflower-authoring 0.1.1 → 0.1.2

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supierior/workflower-authoring",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pi skill package for creating Workflower workflow packages.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -15,16 +15,16 @@
15
15
  "skills",
16
16
  "README.md"
17
17
  ],
18
- "pi": {
19
- "skills": [
20
- "./skills"
21
- ]
22
- },
23
18
  "scripts": {
24
19
  "build": "echo \"No build for workflower-authoring\"",
25
20
  "test": "echo \"No tests for workflower-authoring\"",
26
21
  "typecheck": "echo \"No typecheck for workflower-authoring\"",
27
22
  "lint": "echo \"No lint for workflower-authoring\"",
28
23
  "clean": "rimraf dist coverage .turbo || true"
24
+ },
25
+ "pi": {
26
+ "skills": [
27
+ "./skills"
28
+ ]
29
29
  }
30
- }
30
+ }