Skip to content

Commit 6665428

Browse files
authored
Update package.json
1 parent 7b92df7 commit 6665428

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

package.json

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,31 @@
11
{
2-
"_from": "asciidoctor@^2.0.16",
3-
4-
"_inBundle": false,
5-
"_location": "/zsh-asciidoctor",
6-
"_phantomChildren": {},
7-
"_requested": {
8-
"type": "range",
9-
"registry": true,
10-
"raw": "asciidoctor@^2.0.16",
11-
"name": "asciidoctor",
12-
"escapedName": "asciidoctor",
13-
"rawSpec": "^2.0.16",
14-
"saveSpec": null,
15-
"fetchSpec": "^2.0.16"
16-
},
17-
"_requiredBy": [],
18-
"_spec": "asciidoctor@^2.0.16",
19-
"_where": "/root/pkgs/pkg-asciidoctor",
202
"author": "Dan Allen, Sarah White, Ryan Waldron",
3+
"description": "A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.",
4+
"homepage": "https://github.com/asciidoctor/asciidoctor",
5+
"license": "MIT",
6+
"name": "zsh-asciidoctor",
7+
"version": "2.0.17",
218
"bugs": {
229
"url": "https://github.com/asciidoctor/asciidoctor/issues"
2310
},
24-
"version": "2.0.16",
2511
"contributors": [],
2612
"dependencies": {},
2713
"deprecated": false,
28-
"description": "A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.",
2914
"devDependencies": {},
30-
"homepage": "https://github.com/asciidoctor/asciidoctor",
3115
"keywords": [
3216
"asciidoc",
3317
"asciidoc processor",
3418
"asciidoc converter",
3519
"zsh"
3620
],
37-
"license": "MIT",
38-
"name": "zsh-asciidoctor",
3921
"zsh-data": {
4022
"plugin-info": {
4123
"user": "z-shell",
4224
"plugin": "null",
43-
"version": "2.0.16",
25+
"version": "2.0.17",
4426
"requires": "gem"
4527
},
46-
"zplugin-ices": {
28+
"zi-ices": {
4729
"default": {
4830
"git": "",
4931
"lucid": "",

0 commit comments

Comments
 (0)