Skip to content

Commit

Permalink
v1.0.1. Improvement.
Browse files Browse the repository at this point in the history
- v1.0.1 February 12, 2011
	- Renamed `getmac` executable to `getmac-node` to avoid conflict on
windows
  • Loading branch information
balupton committed Feb 12, 2013
1 parent 9972018 commit bd809cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions History.md
@@ -1,4 +1,7 @@
## History

- v1.0.1 February 12, 2011
- Renamed `getmac` executable to `getmac-node` to avoid conflict on windows

- v1.0.0 February 12, 2011
- Initial working commit
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Get the mac address of the current machine you are on.

1. [Install Node.js](http://bevry.me/node/install)
1. Install it locally via: `npm install getmac`
1. Try it globally with: `npm install -g getmac; getmac`
1. Try it globally with: `npm install -g getmac` and `getmac-node`

## Usage

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "getmac",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the mac address of the current machine you are on",
"homepage": "https://github.com/bevry/getmac",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"lib": "./out/lib"
},
"bin": {
"getmac": "./bin/getmac"
"getmac-node": "./bin/getmac-node"
},
"scripts": {
"test": "node ./out/test/everything-test.js --joe-reporter=list"
Expand Down

0 comments on commit bd809cc

Please sign in to comment.