Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "resedit", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Node.js library editing Windows Resource data", | ||
@@ -24,3 +24,7 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"build": "tsc -p ./tsconfig.app.json", | ||
"test": "jest --config ./jest.config.basic.js", | ||
"test:basic": "jest --config ./jest.config.basic.js", | ||
"test:win-x86": "jest --config ./jest.config.win-x86.js", | ||
"test:win-x64": "jest --config ./jest.config.win-x64.js", | ||
"version": "node ./tools/updateVersion.js ./src/main/version.ts && git add -A ./src/main/version.ts" | ||
@@ -30,5 +34,8 @@ }, | ||
"devDependencies": { | ||
"@types/jest": "23.3.10", | ||
"@types/node": "6", | ||
"jest": "23.6.0", | ||
"ts-jest": "23.10.5", | ||
"typescript": "~3.2.1" | ||
} | ||
} |
@@ -29,3 +29,3 @@ [![NPM version](https://badge.fury.io/js/resedit.svg)](https://www.npmjs.com/package/resedit) | ||
For more APIs, please see `dist` directory of the package. | ||
For more APIs, please see `dist` directory of the package. And, [some test codes](./src/test) may help you for usages. | ||
@@ -32,0 +32,0 @@ ```js |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
169911
3990
5
1