Minor consistency fixes
authorNick Downing <nick@ndcode.org>
Tue, 27 Nov 2018 03:39:07 +0000 (14:39 +1100)
committerNick Downing <nick@ndcode.org>
Tue, 4 Dec 2018 12:01:37 +0000 (23:01 +1100)
README.md
package.json

index b808e1e..b68345e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -313,7 +313,7 @@ their JavaScript parser, which we've heavily modified to create the JST parser.
 
 ## Contributions
 
-The `jst` system is under active development (and is part of a larger project
+The JST system is under active development (and is part of a larger project
 that is also under development) and thus the API is tentative. Please go ahead
 and incorporate the system into your project, or try out our example webserver
 built on the system, subject to the caution that the API could change. Please
index e512db2..8ebdeca 100644 (file)
     "render"
   ],
   "homepage": "https://www.ndcode.org",
+  "author": "Nick Downing <nick@ndcode.org>",
+  "contributors": [
+    {
+      "name": "Marijn Haverbeke",
+      "email": "marijnh@gmail.com",
+      "web": "https://marijnhaverbeke.nl"
+    },
+    {
+      "name": "Ingvar Stepanyan",
+      "email": "me@rreverser.com",
+      "web": "https://rreverser.com/"
+    },
+    {
+      "name": "Adrian Heine",
+      "web": "http://adrianheine.de"
+    }
+  ],
   "repository": {
     "type": "git",
     "url": "https://git.ndcode.org/public/jst.git"
@@ -40,6 +57,5 @@
   "scripts": {
     "prepare": "rollup -c rollup.config.js"
   },
-  "maintainers": "Nick Downing <nick@ndcode.org>",
   "license": "MIT"
 }