Skip to content

Commit 73427d8

Browse files
committed
use bower
1 parent fda0ea2 commit 73427d8

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "pen",
3+
"version": "0.0.1",
4+
"main": "src/pen.js",
5+
"author": "sofish <sofish@icloud.com>",
6+
"description": "enjoy live editing (+markdown) http://sofish.github.io/pen",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/sofish/pen"
10+
},
11+
"keywords": [
12+
"editor",
13+
"markdown",
14+
"medium"
15+
],
16+
"license": {
17+
"type": "MIT",
18+
"url": "https://github.com/sofish/pen/blob/master/license.txt"
19+
}
20+
}

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99

1010
******************
1111

12+
## 0. source code
13+
14+
You can clone the source code from github, or using bower.
15+
16+
```
17+
bower install pen
18+
```
19+
20+
1221
## 1. installation
1322

1423
#### 1.1 init with id attribute

0 commit comments

Comments
 (0)