Skip to content

Commit 8f83c71

Browse files
committed
v1.0.2 - include src dir in published package
1 parent 30aa26b commit 8f83c71

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highlightjs/vue-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Highlight.js Vue Plugin",
55
"main": "src/vue.js",
66
"scripts": {
@@ -19,6 +19,7 @@
1919
"highlight.js": "^10.7.2"
2020
},
2121
"files": [
22-
"dist"
22+
"dist",
23+
"src"
2324
]
2425
}

0 commit comments

Comments
 (0)