Comparing version 2.2.5 to 2.2.6
{ | ||
"name": "regedit", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host", | ||
@@ -33,4 +33,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"mocha": "^2.3.4", | ||
"should": "^4.4.2" | ||
} | ||
} |
@@ -7,5 +7,4 @@ # regedit | ||
## Install | ||
``` | ||
npm install --save regedit | ||
``` | ||
[![NPM](https://nodei.co/npm/regedit.png)](https://nodei.co/npm/regedit/) | ||
[![NPM](https://nodei.co/npm-dl/regedit.png)](https://nodei.co/npm/regedit/) | ||
@@ -100,2 +99,4 @@ ## Example | ||
**This operation will mutate the keys array** | ||
Example: | ||
@@ -159,5 +160,7 @@ ```javascript | ||
Creates one or more keys in the registry | ||
**This operation will mutate the keys array** | ||
### regedit.deleteKey([String|Array], [Function]) | ||
Deletes one or more keys in the registry | ||
**This operation will mutate the keys array** | ||
@@ -164,0 +167,0 @@ ### regedit.putValue(Object, Function) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166121
235
2