yank-note-registry 1.0.1 → 1.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/index.json +1 -18
- package/package.json +18 -2
package/index.json
CHANGED
|
@@ -1,18 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extensions": [
|
|
3
|
-
{
|
|
4
|
-
"id": "yank-note-extension-example",
|
|
5
|
-
"name": "Yank Note Extension Example",
|
|
6
|
-
"description": "This is an example of an extension for Yank Note",
|
|
7
|
-
"version": "0.0.1",
|
|
8
|
-
"homepage": "https://github.com/purocean/yank-note-extension-example"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": "yank-note-extension-git-push",
|
|
12
|
-
"name": "Git Push",
|
|
13
|
-
"description": "Run Git commit and push to remote repository",
|
|
14
|
-
"version": "1.0.0",
|
|
15
|
-
"homepage": "https://github.com/purocean/yank-note-extension/packages/git-push"
|
|
16
|
-
}
|
|
17
|
-
]
|
|
18
|
-
}
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yank-note-registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Yank Note Extension Registry",
|
|
5
5
|
"main": "index.json",
|
|
6
6
|
"repository": "git@github.com:purocean/yank-note-registry.git",
|
|
7
7
|
"author": "purocean <purocean@gmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
|
-
"private": false
|
|
9
|
+
"private": false,
|
|
10
|
+
"extensions": [
|
|
11
|
+
{
|
|
12
|
+
"id": "yank-note-extension-example",
|
|
13
|
+
"name": "Yank Note Extension Example",
|
|
14
|
+
"description": "This is an example of an extension for Yank Note",
|
|
15
|
+
"version": "0.0.1",
|
|
16
|
+
"homepage": "https://github.com/purocean/yank-note-extension-example"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "yank-note-extension-git-push",
|
|
20
|
+
"name": "Git Push",
|
|
21
|
+
"description": "Run Git commit and push to remote repository",
|
|
22
|
+
"version": "1.0.0",
|
|
23
|
+
"homepage": "https://github.com/purocean/yank-note-extension/packages/git-push"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
10
26
|
}
|