Skip to content

Commit 87b56a8

Browse files
authored
build: include cdn-assets in package (#35)
build: use default npm registry
1 parent 5a19c11 commit 87b56a8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@highlightjs:registry=https://npm.pkg.github.com
1+
#@highlightjs:registry=https://npm.pkg.github.com

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/highlightjs/highlightjs-apex#readme",
3838
"dependencies": {
39-
"highlight.js": "11.9.0"
39+
"@highlightjs/cdn-assets": "^11.9.0"
4040
},
4141
"devDependencies": {
4242
"minimist": "^1.2.8",

0 commit comments

Comments
 (0)