@any-tools/boilerplate-simple
Advanced tools
Comparing version 0.1.0-beta.1 to 0.1.0-beta.2
# Changelog | ||
## 0.1.0-beta.2 (2024-01-15) | ||
### Features | ||
* init ([a04706c](https://github.com/robbe-luo/any-tools/commit/a04706c805722623b54fb29e57dbd3f7af176a03)) | ||
* init ([1fbde51](https://github.com/robbe-luo/any-tools/commit/1fbde51f5f43a0f8f4fbbe734be67222dda6c0bd)) | ||
* 优化模板 ([1f961d0](https://github.com/robbe-luo/any-tools/commit/1f961d0e314f09dcb7731b2143568dafdfbdca99)) | ||
* 创建示例模板 ([1dd5949](https://github.com/robbe-luo/any-tools/commit/1dd5949327efceabd48cc57e7567b712c9407044)) | ||
* 模板获取 ([897eec6](https://github.com/robbe-luo/any-tools/commit/897eec68e5ee7630c2d2bf3282cafb520bc64b35)) | ||
* 模板获取 ([a2d10d2](https://github.com/robbe-luo/any-tools/commit/a2d10d2c15838c31737e7c0d879338a25f206a27)) |
12
index.js
@@ -1,1 +0,11 @@ | ||
export default {}; | ||
export default { | ||
name: { | ||
description: 'project name', | ||
}, | ||
description: { | ||
description: 'project description', | ||
}, | ||
author: { | ||
description: 'project author', | ||
}, | ||
}; |
{ | ||
"name": "@any-tools/boilerplate-simple", | ||
"version": "0.1.0-beta.1", | ||
"version": "0.1.0-beta.2", | ||
"description": "simple project", | ||
@@ -16,3 +16,4 @@ "license": "MIT", | ||
"git": { | ||
"push": false | ||
"push": false, | ||
"tagName": "${npm.name}@${version}" | ||
}, | ||
@@ -19,0 +20,0 @@ "hooks": { |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2186
4
11
0