@neoskop/dockerfile.js
Advanced tools
Comparing version 0.2.0-rc.0 to 0.2.0-rc.1
{ | ||
"name": "@neoskop/dockerfile.js", | ||
"version": "0.2.0-rc.0", | ||
"version": "0.2.0-rc.1", | ||
"description": "Write configurable, scriptable, reusable dockerfiles in Typescript or plain Javascript.", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
}, | ||
"main": "dist/index.js", | ||
"main": "./index.js", | ||
"author": "Mark Wecke <wecke@neoskop.de>", | ||
@@ -26,2 +26,3 @@ "license": "MIT", | ||
"build": "rimraf dist && tsc", | ||
"postbuild": "cp README.md dist && cp LICENSE.md dist && cp package.json dist", | ||
"fb": "flow-bump", | ||
@@ -32,4 +33,4 @@ "test": "jest", | ||
"test:debug": "node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand", | ||
"publish-next": "npm run build && npm publish --tag next", | ||
"publish-latest-only": "npm run build && npm publish", | ||
"publish-next": "npm run build && npm publish dist --tag next", | ||
"publish-latest-only": "npm run build && npm publish dist", | ||
"publish-latest": "npm run publish-latest-only && npm dist-tag add `jq '.name' package.json -r`@`jq '.version' package.json -r` next" | ||
@@ -36,0 +37,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
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
84457
55
924
1