[Pkg-javascript-commits] [node-acorn-jsx] 07/484: Add a README

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:19:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-acorn-jsx.

commit 61906485a19579ba5b131778f9c94c5c6228e91a
Author: Marijn Haverbeke <marijnh at gmail.com>
Date:   Mon Sep 24 12:10:30 2012 +0200

    Add a README
---
 README.md    | 5 +++++
 package.json | 5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ff6eb88
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Acorn
+
+A tiny, fast JavaScript parser in JavaScript.
+
+See http://marijnhaverbeke.nl/acorn/
diff --git a/package.json b/package.json
index 0c5555e..5f4a90a 100644
--- a/package.json
+++ b/package.json
@@ -7,12 +7,11 @@
     "engines": {"node": ">=0.4.0"},
     "maintainers": [{"name": "Marijn Haverbeke",
                      "email": "marijnh at gmail.com",
-                     "web": "http://marijnhaverbeke.nl"
-    }],
+                     "web": "http://marijnhaverbeke.nl"}],
     "repositories": [{"type": "git",
                       "url": "http://marijnhaverbeke.nl/git/acorn"},
                      {"type": "git",
-                      "url": "https://github.com/marijnh/acorn.git"}]
+                      "url": "https://github.com/marijnh/acorn.git"}],
     "licenses": [{"type": "MIT",
                   "url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
     "scripts": {"test": "node test/run.js"}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git



More information about the Pkg-javascript-commits mailing list