diff --git a/README.md b/README.md
index 94bb259a..030ea60a 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
-
+
diff --git a/docs/404.html b/docs/404.html
index 7fba1845..ad577024 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -3,7 +3,7 @@
docsify
-
+
diff --git a/docs/README.md b/docs/README.md
index 94bb259a..030ea60a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,7 +18,7 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
-
+
diff --git a/package.json b/package.json
index 45b43875..d064b748 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,9 @@
"description": "A magical documentation generator.",
"main": "lib/docsify.js",
"files": [
- "lib"
+ "lib",
+ "src",
+ "themes"
],
"scripts": {
"build": "node build/build.js && uglifyjs lib/docsify.js -o lib/docsify.min.js",
diff --git a/test/themes b/test/themes
index 4ce4409e..de900312 120000
--- a/test/themes
+++ b/test/themes
@@ -1 +1 @@
-../src/themes
\ No newline at end of file
+../themes
\ No newline at end of file
diff --git a/src/themes/buble.css b/themes/buble.css
similarity index 100%
rename from src/themes/buble.css
rename to themes/buble.css
diff --git a/src/themes/vue.css b/themes/vue.css
similarity index 100%
rename from src/themes/vue.css
rename to themes/vue.css