Skip to content

Commit 09503ea

Browse files
committed
Added to bower
1 parent 95d1f30 commit 09503ea

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Highlight.js plugin for display language of syntax highlight.
1111
npm i highlightjs-lang.js
1212
```
1313

14+
#### Bower
15+
```
16+
bower install highlightjs-lang
17+
```
18+
19+
1420
## Usage
1521

1622
Download plugin and include file after highlight.js:

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "highlightjs-lang.js",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/wcoder/highlightjs-lang.js.git",
5+
"authors": [
6+
"Yauheni Pakala <evgeniy.pakalo@gmail.com>"
7+
],
8+
"description": "Highlight.js plugin for display language of syntax highlight.",
9+
"keywords": [
10+
"highlight"
11+
],
12+
"license": "MIT",
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components",
17+
"test",
18+
"tests"
19+
]
20+
}

0 commit comments

Comments
 (0)