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

Commit e11639e

Browse files
authored
Merge pull request #1992 from MindTooth/add_style_file_to_package_json
Added style line to package.json, accepts @import
2 parents 73d7ec0 + 0cac8ab commit e11639e

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
@@ -3,7 +3,8 @@
33
"description": "Touch enabled, responsive and fully customizable jQuery lightbox script",
44
"version": "3.4.0",
55
"homepage": "https://fancyapps.com/fancybox/3/",
6-
"main": "./dist/jquery.fancybox.js",
6+
"main": "dist/jquery.fancybox.js",
7+
"style": "dist/jquery.fancybox.css",
78
"author": "fancyApps",
89
"license": "GPL-3.0",
910
"repository": {

0 commit comments

Comments
 (0)