[Pkg-javascript-commits] [node-subarg] 12/17: 1.0.0
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 19:28:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-subarg.
commit 249bde03606850fac7d89d67e79782f56cd41cce
Author: James Halliday <mail at substack.net>
Date: Fri Oct 3 10:33:04 2014 -0700
1.0.0
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 0e926a8..425d5f8 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
{
"name": "subarg",
- "version": "0.0.1",
+ "version": "1.0.0",
"description": "parse arguments with recursive contexts",
"main": "index.js",
"dependencies": {
"minimist": "^1.1.0"
},
"devDependencies": {
- "tape": "~2.3.2"
+ "tape": "^3.0.0"
},
"scripts": {
"test": "tape test/*.js"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-subarg.git
More information about the Pkg-javascript-commits
mailing list