Version 1.0.1 small fixes

This commit is contained in:
Sebastian Hildebrandt 2015-07-18 12:40:17 +02:00
parent 8b3bd8b252
commit d9d1be4e86
2 changed files with 28 additions and 5 deletions

25
.gitignore vendored
View File

@ -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 # MacOS
.DS_Store .DS_Store
.Spotlight-V100 .Spotlight-V100
@ -19,7 +43,6 @@ node_modules
.nodemonignore .nodemonignore
npm-debug.log npm-debug.log
npm* npm*
*.log
*.gz *.gz
# Other # Other

View File

@ -1,9 +1,9 @@
{ {
"name": "sysinfo", "name": "systeminformation",
"version": "1.0.0", "version": "1.0.0",
"description": "Simple system and OS information library", "description": "Simple system and OS information library",
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)", "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
"homepage": "https://github.com/sebhilderandt/systeminfo", "homepage": "https://github.com/sebhilderandt/systeminformation",
"main": "./lib/index.js", "main": "./lib/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@ -24,10 +24,10 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sebhilderandt/systeminfo.git" "url": "https://github.com/sebhilderandt/systeminformation.git"
}, },
"dependencies": { "dependencies": {
"request": "*", "request": "*"
}, },
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"