Skip to content

Commit 0c40022

Browse files
authored
feat(chore): fix cdn default js file
The main property in package.json misses the file extension. jsdelivr needs the file extension, otherwise it does not recognize the default file. It's also advised by npm to include the file extension.
1 parent e2d70af commit 0c40022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"license": "MIT",
2020
"author": "Jack Lukic <[email protected]>",
21-
"main": "dist/semantic",
21+
"main": "dist/semantic.js",
2222
"repository": {
2323
"type": "git",
2424
"url": "https://github.com/fomantic/Fomantic-UI.git"

0 commit comments

Comments
 (0)