Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 7a93087

Browse files
author
Benajmin Bondi
committed
Trying to make sure bundle includes all files under dist/amd
1 parent b021ed2 commit 7a93087

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
},
1515
"license": "ISC",
1616
"author": "Benjamin Bondi (bondib)",
17-
"main": "dist/amd/aurelia-multi-select.js",
17+
"main": "dist/amd/aurelia-multi-select.js",
18+
"directories": {
19+
"dist": "dist/amd"
20+
},
1821
"repository": {
1922
"type": "git",
2023
"url": "https://github.com/bondib/aurelia-multi-select"

0 commit comments

Comments
 (0)