Comparing version 0.0.8 to 0.0.10
@@ -10,3 +10,3 @@ # Changelog | ||
## [v0.0.8](https://github.com/sw-yx/ssg/compare/v0.0.3...v0.0.8) - 2019-09-13 | ||
## [v0.0.10](https://github.com/sw-yx/ssg/compare/v0.0.3...v0.0.10) - 2019-09-14 | ||
@@ -13,0 +13,0 @@ ### Commits |
{ | ||
"name": "ssg", | ||
"version": "0.0.8", | ||
"version": "0.0.10", | ||
"license": "MIT", | ||
@@ -9,4 +9,3 @@ "bin": { | ||
"scripts": { | ||
"postinstall": "yarn build", | ||
"build": "tsc", | ||
"build": "tsc || true # in case tsc not installed", | ||
"watch": "tsc -w", | ||
@@ -13,0 +12,0 @@ "prepublishOnly": "git push && git push --tags && gh-release", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
25606
0