@cloud-copilot/publishing 0.0.2 → 1.0.5

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -3
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default function hello() {
2
- return "Hello, world!";
2
+ return "Hello, world 8!";
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/publishing",
3
- "version": "0.0.2",
3
+ "version": "1.0.5",
4
4
  "description": "A Github NPM Trusted Publishing Test",
5
5
  "license": "MIT",
6
6
  "author": "",
@@ -9,10 +9,14 @@
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/cloud-copilot/publishing.git"
15
+ },
12
16
  "files": [
13
17
  "src/**/*"
14
18
  ],
15
- "devDependencies": {
19
+ "devDependencies": {
16
20
  "@semantic-release/changelog": "^6.0.3",
17
21
  "@semantic-release/commit-analyzer": "^13.0.1",
18
22
  "@semantic-release/git": "^10.0.1",
@@ -54,7 +58,7 @@
54
58
  [
55
59
  "@semantic-release/npm",
56
60
  {
57
- "npmPublish": true
61
+ "npmPublish": false
58
62
  }
59
63
  ],
60
64
  [