From f565d5ee792816a58f786d9d83e0b1b4f2058093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Vinicius=20B=C3=A9rgamo?= Date: Tue, 30 Sep 2014 15:46:20 -0300 Subject: [PATCH 1/2] Update index.js typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b21fdb7..b47652d 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -module.exports = require('./lib/stopwatcher'); +module.exports = require('./lib/stopwatch'); From 711df39aa15ac3e8c889301529c2f5d5e0ebb7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20B=C3=A9rgamo?= Date: Fri, 5 Dec 2014 11:17:48 -0200 Subject: [PATCH 2/2] published --- Readme.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a13db17..6e75d61 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ [![Build Status](https://secure.travis-ci.org/emerleite/node-stopwatch.png)](http://travis-ci.org/emerleite/node-stopwatch) +INFO: This is a exactly copy from the repo: stopwatch by Emerson Leite - The unique difference is in this module I'm fix the name of file("/lib/stopwatch") on index.js and this module works great! + Node.js stopwatch ================= This project is a simple way to use a stopwatch. I've done some penny auction/bid sistems with stopwatches and also done a realtime social video visualization. These projects shares a core stopwatch logic and because it becomes hard to maintain I extracted it to this library. I hope it helps somebody else. diff --git a/package.json b/package.json index c7ea505..1c7c93d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "Emerson Macedo (http://codificando.com)", - "name": "stopwatch", + "name": "stopwatcher", "description": "A managed stopwatch for Realtime Node.JS Apps", "version": "0.1.0", "homepage": "http://github.com/emerleite/node-stopwatch",