Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit c501ea0

Browse files
author
Bernhard Grünewaldt
committed
fix
1 parent 03102a8 commit c501ea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
assets: "./node_modules/emojify.js/dist/images/basic/",
44
js: [ ],
55
css: [
6-
"./book/plugin.css"
6+
"plugin.css"
77
]
88
},
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitbook-plugin-advanced-emoji",
33
"description": "Shows the common emojis used on GitHub",
44
"main": "index.js",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"engines": {
77
"gitbook": ">=2.5.0"
88
},

0 commit comments

Comments
 (0)