Skip to content

Commit 61b850e

Browse files
committed
Clean up package.json
1 parent 6c65312 commit 61b850e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parser-lang",
33
"version": "0.1.0",
4-
"description": "A parser combinator library for JavaScript with declarative definition power",
4+
"description": "A parser combinator library for JavaScript with declarative superpowers",
55
"main": "index.js",
66
"module": "main.js",
77
"keywords": ["parsing", "parse", "parser combinators", "template literals"],
@@ -11,6 +11,10 @@
1111
},
1212
"author": "Tim Disney",
1313
"license": "MIT",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/disnet/parser-lang.git"
17+
},
1418
"dependencies": {
1519
"ava": "^2.1.0",
1620
"esm": "^3.2.20"

0 commit comments

Comments
 (0)