Skip to content

Commit abd0ab0

Browse files
committed
remove giik
1 parent e1a6b27 commit abd0ab0

File tree

3 files changed

+1
-41
lines changed

3 files changed

+1
-41
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ $ npm install
3535
$ npm start
3636
```
3737

38-
### 產生靜態網頁
39-
40-
NodeJS 版本必須是 v0.11.x
41-
42-
```bash
43-
$ npm run build
44-
```
45-
46-
這部份如果發現任何問題,請到 [poying/giik](https://github.com/poying/giik) 發 issue。
47-
4838
### 貢獻者 Contributor
4939

5040
* [Poying](https://github.com/poying)

giik.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "node_modules/.bin/gitbook serve",
9-
"build": "giik source book"
8+
"start": "gitbook serve"
109
},
1110
"authors": [
1211
"Po-Ying Chen <[email protected]> (陳柏穎)"
1312
],
1413
"license": "MIT",
1514
"dependencies": {
16-
"giik": "0.0.3",
17-
"pygmentize-bundled": "~2.1.0",
18-
"jade": "~1.3.1",
1915
"http-server": "~0.6.1",
2016
"gitbook": "~0.4.2"
2117
}

0 commit comments

Comments
 (0)