diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-12 12:46:12 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-12 16:09:38 +0200 |
commit | abc608edd8edcf266271f05a62cd44441201d7b6 (patch) | |
tree | aa65ca934dcd5e2ac66ad0be47a710e98e8cf181 | |
parent | aba26d9e9aef9b8235873bb9182c1d9e1eb13669 (diff) |
Reorder properties in package.json
-rw-r--r-- | package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json index 7eb319f..5eefd22 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,11 @@ "name": "asciidoctor-interdoc-reftext", "version": "0.3.0", "description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references", - "main": "dist/asciidoctor-interdoc-reftext.js", - "files": [ - "dist/asciidoctor-interdoc-reftext.js", - "LICENSE", - "README.adoc" - ], - "scripts": { - "prepublishOnly": "bundle install && bundle exec rake build:js" + "author": "Jakub Jirutka <jakub@jirutka.cz>", + "license": "MIT", + "homepage": "https://github.com/jirutka/asciidoctor-interdoc-reftext/", + "bugs": { + "url": "https://github.com/jirutka/asciidoctor-interdoc-reftext/issues/" }, "repository": { "type": "git", @@ -21,12 +18,15 @@ "extension", "opal" ], - "author": "Jakub Jirutka <jakub@jirutka.cz>", - "license": "MIT", - "bugs": { - "url": "https://github.com/jirutka/asciidoctor-interdoc-reftext/issues" + "main": "dist/asciidoctor-interdoc-reftext.js", + "files": [ + "dist/asciidoctor-interdoc-reftext.js", + "LICENSE", + "README.adoc" + ], + "scripts": { + "prepublishOnly": "bundle install && bundle exec rake build:js" }, - "homepage": "https://github.com/jirutka/asciidoctor-interdoc-reftext", "dependencies": { "asciidoctor.js": "^1.5.6", "opal-runtime": "^1.0.3" |