neo-cmp-cli 1.1.16 → 1.1.17

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ npm i -g neo-cmp-cli
26
26
  ```
27
27
  2) 创建项目(默认 React+TS,可用 -t 指定模板,--name 指定项目名)
28
28
  ```bash
29
- neo init -t=react&ts
29
+ neo init -t=react-ts
30
30
  ```
31
31
  3) 安装依赖并运行
32
32
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo-cmp-cli",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "前端脚手架:自定义组件开发工具,支持react 和 vue2.0技术栈。",
5
5
  "keywords": [
6
6
  "neo-cli",