@boulevard/lib
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
{ | ||
"name": "@boulevard/lib", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "A container for reusable code.", | ||
"author": "Daniel Nagy <dan@joinboulevard.com>", | ||
"repository": "github:Boulevard/web-components", | ||
"author": "Daniel Nagy <dan@blvd.co>", | ||
"repository": "github:Boulevard/javascript-sdk", | ||
"license": "UNLICENSED", | ||
@@ -13,7 +13,7 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "yarn run clean && tsc", | ||
"postbuild": "cp package.json build", | ||
"build": "npm run clean && tsc", | ||
"postbuild": "for file in package.json README.md; do cp $file build; done", | ||
"clean": "rm -rf build", | ||
"lint": "eslint src --ext .ts", | ||
"prepare": "yarn run build", | ||
"prepare": "npm run build", | ||
"test": "jest --config jest.config.json --coverage --passWithNoTests", | ||
@@ -23,8 +23,5 @@ "test-debug": "node --inspect-brk $(npm bin)/jest --config jest.config.json" | ||
"devDependencies": { | ||
"@boulevard/eslint-config": "^1.0.0", | ||
"@types/jest": "^24.0.17", | ||
"@typescript-eslint/eslint-plugin": "^2.0.0", | ||
"@typescript-eslint/parser": "^2.0.0", | ||
"eslint": "^6.3.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"jest": "^24.8.0", | ||
@@ -34,3 +31,3 @@ "ts-jest": "^24.0.2", | ||
}, | ||
"gitHead": "613987efd7adf52fe41c79dd9348134ca7cbc359" | ||
"gitHead": "c312c0f6da78bcdd9ae5697d976fe48215409e71" | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6
8
1
4
1381