@security-alert/share 1.6.0 → 1.10.4
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Install with [npm](https://www.npmjs.com/):
|
|
|
10
10
|
|
|
11
11
|
## Changelog
|
|
12
12
|
|
|
13
|
-
See [Releases page](https://github.com/
|
|
13
|
+
See [Releases page](https://github.com/security-alert/create-security-alert-issue/releases).
|
|
14
14
|
|
|
15
15
|
## Running tests
|
|
16
16
|
|
|
@@ -22,7 +22,7 @@ Install devDependencies and Run `npm test`:
|
|
|
22
22
|
|
|
23
23
|
Pull requests and stars are always welcome.
|
|
24
24
|
|
|
25
|
-
For bugs and feature requests, [please create an issue](https://github.com/
|
|
25
|
+
For bugs and feature requests, [please create an issue](https://github.com/security-alert/create-security-alert-issue/issues).
|
|
26
26
|
|
|
27
27
|
1. Fork it!
|
|
28
28
|
2. Create your feature branch: `git checkout -b my-new-feature`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@security-alert/share",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.4",
|
|
4
4
|
"description": "security alert shared lib",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"security",
|
|
11
11
|
"tool"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://github.com/
|
|
13
|
+
"homepage": "https://github.com/security-alert/security-alert",
|
|
14
14
|
"bugs": {
|
|
15
|
-
"url": "https://github.com/
|
|
15
|
+
"url": "https://github.com/security-alert/security-alert/issues"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/security-alert/security-alert.git"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "azu",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@yarnpkg/lockfile": "^1.0.0",
|
|
62
62
|
"meow": "^7.0.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "c362df11d1023f31c0a4342df87226e6fadf61e3",
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
}
|