Commit ef2b690b authored by 马旭烽's avatar 马旭烽

fix: package.json不包含scr目录

parent a62a25d2
...@@ -45,6 +45,8 @@ import -zh 中文包路径 -len 其它语言包路径 -lenType 语言类型 ( ...@@ -45,6 +45,8 @@ import -zh 中文包路径 -len 其它语言包路径 -lenType 语言类型 (
- [*] 检测不合理的长度值数组 - [*] 检测不合理的长度值数组
- 额外工作 - 额外工作
- [*] 加入丢失Key 检测 - [*] 加入丢失Key 检测
## 0.0.1 版本
- 修复 package.json 目录不包含脚本代码(尴尬,本来计划写在lib后来就写在src,忘记了)
# Feature # Feature
- [ ] 命令优化,采用读取ts类型的配置文件的形式,进行执行命令 或者交互式的命令行进行工作 - [ ] 命令优化,采用读取ts类型的配置文件的形式,进行执行命令 或者交互式的命令行进行工作
......
{ {
"name": "@linkseeks/i18-cli", "name": "@linkseeks/i18-cli",
"version": "0.0.0", "version": "0.0.1",
"description": "国际化命令工具", "description": "国际化命令工具",
"main": "index.ts", "main": "index.ts",
"bin": {}, "bin": {},
...@@ -13,7 +13,10 @@ ...@@ -13,7 +13,10 @@
"files": [ "files": [
"bin", "bin",
"lib", "lib",
"docs" "src",
"docs",
"tsconfig.json",
"USAGE.md"
], ],
"author": "maXuFeng", "author": "maXuFeng",
"license": "ISC", "license": "ISC",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment