Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "hylite", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "A command line tool for highlighting code", | ||
@@ -11,2 +11,5 @@ "author": "Peter @peterbe Bengtsson", | ||
}, | ||
"bin": { | ||
"hylite": "dist/index.js" | ||
}, | ||
"module": "src/index.ts", | ||
@@ -18,3 +21,4 @@ "type": "module", | ||
"prettier": "prettier --write \"src/**/*.ts\"", | ||
"release": "np" | ||
"release": "np", | ||
"prerelease": "bun build ./src/index.ts --outdir=dist --outfile=index.js" | ||
}, | ||
@@ -32,3 +36,7 @@ "devDependencies": { | ||
"highlight.js": "^11.8.0" | ||
}, | ||
"engines": { | ||
"node": "^16 || ^18 || ^20", | ||
"bun": "^1" | ||
} | ||
} |
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
1745973
6
50706
2