Skip to content

Commit c6efc8b

Browse files
committed
Added files to package
1 parent 3d82df6 commit c6efc8b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@djthorpe/js-framework",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Javascript UI Framework",
55
"main": "dist/js/index.js",
66
"scripts": {
@@ -34,5 +34,8 @@
3434
"@popperjs/core": "^2.9.2",
3535
"bootstrap": "^5.0.0-beta3",
3636
"bootstrap-icons": "^1.4.1"
37-
}
37+
},
38+
"files": [
39+
"dist/*.{js,map,woff,woff}"
40+
]
3841
}

0 commit comments

Comments
 (0)