Version 1.0.1 small fixes
This commit is contained in:
parent
8b3bd8b252
commit
d9d1be4e86
25
.gitignore
vendored
25
.gitignore
vendored
@ -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
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "sysinfo",
|
||||
"name": "systeminformation",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple system and OS information library",
|
||||
"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",
|
||||
"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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user