Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Nov 15, 2017
1 parent 77b691b commit 6a3c274
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.2
- 更新 README

## 2.0.1
- 支持捷豹在线部署

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

## 使用

### 安装 steamerjs
以下命令全局安装 `steamerjs`,使用时如遇到问题,可先参见文档[常见问题](https://steamerjs.github.io/docs/introduction/Steamer-QA.html),可能是没设置好 `NODE_PATH`

```javascript
npm i -g steamerjs
```

### 初始化配置

```javascript
Expand Down
Empty file modified package-lock.json
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steamer-plugin-jb",
"version": "2.0.1",
"version": "2.0.2",
"description": "steamer-plugin-jb",
"main": "index.js",
"bin": "index.js",
Expand Down
Empty file modified test/project/steamer-example/.steamer/steamer-plugin-jb.js
100644 → 100755
Empty file.

0 comments on commit 6a3c274

Please sign in to comment.