Merge pull request #5 from DerpyForks/master

Improvements
This commit is contained in:
2019-04-16 16:50:14 +02:00
committed by GitHub
7 changed files with 12 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "larg",
"version": "0.0.3",
"version": "0.0.4",
"description": "👾 A very lightweight Node.js argument parser",
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
"license": "MIT",
@@ -11,13 +11,13 @@
"index.d.ts"
],
"bugs": {
"url": "https://www.github.com/PassTheWessel/larg/issues"
"url": "https://github.com/PassTheWessel/larg/issues"
},
"homepage": "https://www.github.com/PassTheWessel/larg#readme",
"homepage": "https://github.com/PassTheWessel/larg#readme",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/PassTheWessel/larg"
"url": "https://github.com/PassTheWessel/larg"
},
"scripts": {
"test": "node test.js"