Skip to content

Commit d7de6ef

Browse files
committed
chore(package.json): update package name and add author
1 parent 0b881f1 commit d7de6ef

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "craft-code-highlighter",
2+
"name": "@lindemannrock/code-highlighter",
33
"version": "1.0.0",
44
"description": "Lightweight syntax highlighting for Craft CMS using Prism.js",
55
"scripts": {
@@ -10,5 +10,16 @@
1010
"devDependencies": {
1111
"clean-css-cli": "^5.6.3",
1212
"terser": "^5.31.0"
13-
}
13+
},
14+
"private": true,
15+
"author": {
16+
"name": "Bilal Harry Lindemann",
17+
"email": "hello@lindemannrock.com",
18+
"url": "https://lindemannrock.com"
19+
},
20+
"company": {
21+
"name": "LindemannRock",
22+
"url": "https://lindemannrock.com"
23+
},
24+
"license": "Proprietary"
1425
}

0 commit comments

Comments
 (0)