[Pkg-javascript-commits] [sockjs-client] 88/434: Set author in the json, even though it's not going to go to npm.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 42e5eb72773548de8ac1c707e0abe15276dc285d
Author: Marek Majkowski <majek04 at gmail.com>
Date: Thu Aug 18 13:47:34 2011 +0100
Set author in the json, even though it's not going to go to npm.
---
Makefile | 2 +-
package.json | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 454df40..6305195 100644
--- a/Makefile
+++ b/Makefile
@@ -75,4 +75,4 @@ upload: build
done
(cd ../sockjs-client-gh-pages; node generate_index.js > index.html;)
@echo ' [*] Now run:'
- @echo '(cd ../sockjs-client-gh-pages; git add sock*js; git commit -m sock*js index.html -m "Release $(VER)"; git push;)'
\ No newline at end of file
+ @echo '(cd ../sockjs-client-gh-pages; git add sock*js; git commit -m sock*js index.html -m "Release $(VER)"; git push;)'
diff --git a/package.json b/package.json
index c4526e1..7d69edb 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,6 @@
{
"name": "sockjs-client",
+ "author": "Marek Majkowski",
"version": "0.0.0-unreleasable",
"dependencies": {
"uglify-js": "1.0.6",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list