Skip to content

Commit 5354a3d

Browse files
committed
correct license and github
1 parent 568d81a commit 5354a3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
"debug": "npm run build && npm run parse",
1212
"railroad": "npx nearley-railroad src/grammar.ne -o railroad.html"
1313
},
14-
"author": "huboneo",
15-
"license": "MIT",
14+
"license": "Apache-2.0",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/neo4j-apps/lambda-parser"
18+
},
1619
"devDependencies": {
1720
"@babel/core": "7.5.5",
1821
"@babel/preset-env": "7.5.5",

0 commit comments

Comments
 (0)