touching-fish 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,8 @@
1
- # TODO
1
+ # 运行
2
+ - `npm i touching-fish`
3
+ - 创建文件index.js
4
+ ```js
5
+ // index.js
6
+ require('touching-fish')
7
+ ```
8
+ - `node index.js`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touching-fish",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "hard working",
5
5
  "main": "index.js",
6
6
  "author": "kukiiu",