Skip to content

Commit 1eafc16

Browse files
author
Alan Smith
committed
Fix published package
1 parent 0e466d8 commit 1eafc16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-highcharts",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"main": "./dist/vue3-highcharts.common.js",
55
"private": false,
66
"scripts": {
@@ -11,7 +11,8 @@
1111
},
1212
"author": "Alan Smith <alan@mralansmith.com>",
1313
"files": [
14-
"src"
14+
"src",
15+
"dist/vue3-highcharts.common.js"
1516
],
1617
"license": "MIT",
1718
"keywords": [

0 commit comments

Comments
 (0)