Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "rcedit", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Node module to edit resources of exe", | ||
"main": "lib/rcedit.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"docs:build": "node script/build-docs.js", | ||
"mocha": "mocha test/*.js", | ||
"test": "npm run lint && npm run mocha", | ||
"lint": "standard" | ||
"test": "npm run lint && npm run tsd && npm run mocha", | ||
"lint": "npm run lint:js && npm run lint:ts", | ||
"lint:js": "standard", | ||
"lint:ts": "ts-standard", | ||
"tsd": "tsd" | ||
}, | ||
@@ -29,4 +34,14 @@ "repository": { | ||
"standard": "^14.3.3", | ||
"temp": "^0.9.0" | ||
"temp": "^0.9.0", | ||
"ts-standard": "^8.0.1", | ||
"tsd": "^0.11.0", | ||
"typedoc": "^0.17.0", | ||
"typescript": "^4.1.2" | ||
}, | ||
"resolutions": { | ||
"**/semver": "< 7" | ||
}, | ||
"tsd": { | ||
"directory": "test" | ||
} | ||
} |
@@ -7,4 +7,9 @@ # node-rcedit | ||
## Docs | ||
## Requirements | ||
On platforms other than Windows, you will need to have [Wine](https://winehq.org) | ||
1.6 or later installed and in the system path. | ||
## Usage | ||
```javascript | ||
@@ -14,5 +19,2 @@ const rcedit = require('rcedit') | ||
On platforms other than Windows, you will need to have [Wine](http://winehq.org) | ||
1.6 or later installed and in the system path. | ||
### `async rcedit(exePath, options)` | ||
@@ -19,0 +21,0 @@ |
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
2295975
12
152
44
11