[Pkg-javascript-commits] [node-dargs] 02/54: init
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:41:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-dargs.
commit 51c4be5f43a3222ab306c8d7293f90627bc2070f
Author: Sindre Sorhus <sindresorhus at gmail.com>
Date: Fri Apr 19 00:53:20 2013 +0200
init
---
package.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 7c6dfba..69be38e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dargs",
- "version": "0.0.0",
+ "version": "0.1.0",
"description": "Converts an object of options into an array of command-line arguments. Useful when calling command-line tools.",
"keywords": [
"options",
@@ -35,5 +35,7 @@
"type": "MIT"
}
],
- "files": ["dargs.js"]
+ "files": [
+ "dargs.js"
+ ]
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-dargs.git
More information about the Pkg-javascript-commits
mailing list