[Pkg-javascript-commits] [node-optimist] 15/33: Imported Upstream version 0.6.1
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Feb 27 23:21:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-optimist.
commit 5aa73988176fe174ec3d5fb0de63d9b9cda5e5c5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Feb 27 20:00:34 2015 +0100
Imported Upstream version 0.6.1
---
package.json | 2 +-
readme.markdown | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index f8852b2..edd7517 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name" : "optimist",
- "version" : "0.6.0",
+ "version" : "0.6.1",
"description" : "Light-weight option parsing with an argv hash. No optstrings attached.",
"main" : "./index.js",
"dependencies" : {
diff --git a/readme.markdown b/readme.markdown
index ba3d118..2aed775 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,3 +1,14 @@
+# DEPRECATION NOTICE
+
+I don't want to maintain this module anymore since I just use
+[minimist](https://npmjs.org/package/minimist), the argument parsing engine,
+directly instead nowadays.
+
+See [yargs](https://github.com/chevex/yargs) for the modern, pirate-themed
+successor to optimist.
+
+[![yarrrrrrrgs!](http://i.imgur.com/4WFGVJ9.png)](https://github.com/chevex/yargs)
+
optimist
========
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-optimist.git
More information about the Pkg-javascript-commits
mailing list