Skip to content

Commit 757b0f4

Browse files
committed
docs(package): update package info
1 parent d19cb71 commit 757b0f4

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
{
22
"name": "highlightjs-spl",
33
"version": "0.1.0",
4-
"main": "index.js",
5-
"author": "Wei Su",
4+
"description": "highlight.js syntax definition for the Splunk search processing language (SPL).",
5+
"main": "src/spl.js",
6+
"author": "Wei Su <swsoyee@gmail.com>",
67
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/swsoyee/highlightjs-spl.git"
11+
},
12+
"keywords": [
13+
"splunk",
14+
"search processing language",
15+
"spl",
16+
"highlight.js",
17+
"highlightjs",
18+
"syntax"
19+
],
20+
"bugs": {
21+
"url": "https://github.com/swsoyee/highlightjs-spl/issues"
22+
},
23+
"homepage": "https://github.com/swsoyee/highlightjs-spl",
724
"devDependencies": {
825
"eslint": "^7.23.0",
926
"eslint-config-standard": "^16.0.2",

0 commit comments

Comments
 (0)