Comparing version 2019.10.11-alpha.1 to 2019.11.23
@@ -1,2 +0,2 @@ | ||
const { createWriteStream, writeFile, mkdirSync } = require('fs'); | ||
const { createWriteStream, mkdirSync } = require('fs'); | ||
const { extname, join } = require('path'); | ||
@@ -7,5 +7,5 @@ const binwrap = require('binwrap'); | ||
const packageInfo = require(join(__dirname, 'package.json')); | ||
// This package uses the original version ('2019.10.11-alpha') plus a prerelease number (`.1`) | ||
// This package uses the original version ('2019.10.11') plus a prerelease number (`.1`) | ||
// if needed, so we need to strip the suffix. | ||
const version = packageInfo.version.slice(0, '2019.10.11-alpha'.length); | ||
const version = packageInfo.version.slice(0, '2019.10.11'.length); | ||
const root = `https://github.com/borkdude/clj-kondo/releases/download/v${version}`; | ||
@@ -26,2 +26,3 @@ const fallback = root + `/clj-kondo-${version}-standalone.jar`; | ||
'linux-x64': root + `/clj-kondo-${version}-linux-amd64.zip`, | ||
'win32-x64': root + `/clj-kondo-${version}-windows-amd64.zip`, | ||
} | ||
@@ -28,0 +29,0 @@ }); |
{ | ||
"name": "clj-kondo", | ||
"version": "2019.10.11-alpha.1", | ||
"version": "2019.11.23", | ||
"description": "NPM distribution of https://github.com/borkdude/clj-kondo", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/borkdude/clj-kondo", |
# clj-kondo [![Build Status](https://github.com/filipesilva/clj-kondo/workflows/Node%20CI/badge.svg)](https://github.com/filipesilva/clj-kondo/actions) | ||
NPM distribution of https://github.com/borkdude/clj-kondo. | ||
NPM distribution of https://github.com/borkdude/clj-kondo. | ||
You can install globally or locally and run it via the `clj-kondo` binary. | ||
``` | ||
npm i -g clj-kondo | ||
clj-kondo --lint src/ | ||
``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4622
43
0
9