Skip to content

Commit 1a5ced1

Browse files
committed
Corrections to package.json
After transferring repository, I want to correct URLs in package.json file. Also test if I have privilege to directly support this repository.
1 parent 2a740e1 commit 1a5ced1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@
2020
"CoDeSys",
2121
"PLC",
2222
"highlight.js",
23-
"highlightjs",
23+
"highlightjs",
24+
"syntax-highlight",
2425
"syntax"
2526
],
2627
"author": "Sergey Romanov",
2728
"license": "MIT",
2829
"bugs": {
29-
"url": "https://github.com/Serhioromano/highlightjs-structured-text/issues"
30+
"url": "https://github.com/highlightjs/highlightjs-structured-text/issues"
3031
},
31-
"homepage": "https://github.com/highlightjs/highlightjs--structured-text#readme",
32+
"homepage": "https://github.com/highlightjs/highlightjs-structured-text#readme",
3233
"devDependencies": {
3334
"highlight.js": "^9.15.6",
3435
"jasmine": "^3.3.1"

0 commit comments

Comments
 (0)