Skip to content

Commit 0bbf685

Browse files
committed
Add assetscomposer.json for Avalynx reference module
Introduce a configuration file to manage assets for Avalynx. Lists production and development JavaScript files for streamlined asset handling.
1 parent 1d63b2d commit 0bbf685

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assetscomposer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "avalynx/avalynx-ref",
3+
"files": [
4+
"dist/js/avalynx-ref.esm.js",
5+
"dist/js/avalynx-ref.js"
6+
],
7+
"files-dev": [
8+
"src/js/avalynx-ref.js"
9+
]
10+
}

0 commit comments

Comments
 (0)