Skip to content

Commit 4da877f

Browse files
committed
fix(package.json): change package.json to properly define resources
Fixes: #76 Properly defined resources are now included in the package.json file.
1 parent 2d1789b commit 4da877f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
"usedBy": [],
124124
"build": {
125125
"resources": [
126-
"virtual-repeat"
126+
"virtual-repeat",
127+
"virtual-repeat-next"
127128
]
128129
},
129130
"documentation": {

0 commit comments

Comments
 (0)