Add missing 'repository' field in package.json
This commit is contained in:
parent
389b8ec84d
commit
00aba3da55
1 changed files with 5 additions and 1 deletions
|
@ -7,5 +7,9 @@
|
||||||
"test": "mocha lib/test"
|
"test": "mocha lib/test"
|
||||||
},
|
},
|
||||||
"author": "Sam Vervaeck <vervaeck.sam@skynet.be>",
|
"author": "Sam Vervaeck <vervaeck.sam@skynet.be>",
|
||||||
"license": "GPL-3.0"
|
"license": "GPL-3.0",
|
||||||
|
"repository": "https://github.com/samvv/Bolt",
|
||||||
|
"dependencies": {
|
||||||
|
"pegjs": "^0.11.0-master.b7b87ea"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue