@alessandroraffa/tangyr 0.0.1 → 0.0.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.
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  A Software Engineering Discipline for Agent Coding.
4
4
 
5
- This package is not yet released. See [github.com/araffa/tangyr](https://github.com/araffa/tangyr).
5
+ This package is not yet released. See [github.com/alessandroraffa/tangyr](https://github.com/araffa/tangyr).
package/bin/tangyr.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- console.log('tangyr v0.0.1 — not yet released. See https://github.com/araffa/tangyr');
2
+ console.log('tangyr v0.0.1 — not yet released. See https://github.com/alessandroraffa/tangyr');
3
3
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alessandroraffa/tangyr",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A Software Engineering Discipline for Agent Coding",
5
5
  "keywords": [
6
6
  "agent-coding",
@@ -12,9 +12,9 @@
12
12
  "license": "SEE LICENSE IN LICENSE",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/araffa/tangyr"
15
+ "url": "git+https://github.com/alessandroraffa/tangyr.git"
16
16
  },
17
- "homepage": "https://github.com/araffa/tangyr",
17
+ "homepage": "https://github.com/alessandroraffa/tangyr",
18
18
  "bin": {
19
19
  "tangyr": "./bin/tangyr.js"
20
20
  }