diff --git a/.gitignore b/.gitignore index 87794f4..c3c7137 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,27 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + # MacOS .DS_Store .Spotlight-V100 @@ -19,7 +43,6 @@ node_modules .nodemonignore npm-debug.log npm* -*.log *.gz # Other diff --git a/package.json b/package.json index 41bd626..9c41fdd 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "sysinfo", + "name": "systeminformation", "version": "1.0.0", "description": "Simple system and OS information library", "author": "Sebastian Hildebrandt (https://plus-innovations.com)", - "homepage": "https://github.com/sebhilderandt/systeminfo", + "homepage": "https://github.com/sebhilderandt/systeminformation", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -24,10 +24,10 @@ ], "repository": { "type": "git", - "url": "https://github.com/sebhilderandt/systeminfo.git" + "url": "https://github.com/sebhilderandt/systeminformation.git" }, "dependencies": { - "request": "*", + "request": "*" }, "engines": { "node": ">=0.10"