@ontology-platform/yc-cli 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ontology-platform/yc-cli
2
2
 
3
+ ## 1.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: 脚手架package.json文件添加bin配置项
8
+
3
9
  ## 1.1.3
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@ontology-platform/yc-cli",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "前端项目脚手架",
5
5
  "author": "志刚",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
+ "bin": {
9
+ "yc-cli": "./dist/index.js"
10
+ },
8
11
  "files": [
9
12
  "dist",
10
13
  "README.md",