-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52e8c39
commit 806139a
Showing
10 changed files
with
10 additions
and
89 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,18 @@ | |
"description": "A simple, lightweight, no-dependencies JavaScript image lightbox.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/imgix/luminous.git" | ||
"url": "git+https://github.com/paulstraw/luminous.git" | ||
}, | ||
"keywords": [ | ||
"javascript", | ||
"lightbox" | ||
], | ||
"author": "imgix", | ||
"author": "paulstraw", | ||
"license": "BSD-2", | ||
"bugs": { | ||
"url": "https://github.com/imgix/luminous/issues" | ||
"url": "https://github.com/paulstraw/luminous/issues" | ||
}, | ||
"homepage": "https://github.com/imgix/luminous#readme", | ||
"homepage": "https://github.com/paulstraw/luminous#readme", | ||
"contributors": [ | ||
"Frederick Fogerty <[email protected]> (https://github.com/frederickfogerty)", | ||
"Jakub Duras <[email protected]> (https://duras.me)", | ||
|
@@ -80,7 +80,6 @@ | |
"karma-webpack": "4.0.2", | ||
"npm-run-all": "4.1.5", | ||
"postcss": "8.4.24", | ||
"postcss-banner": "4.0.1", | ||
"postcss-cli": "9.1.0", | ||
"prettier": "2.8.8", | ||
"rimraf": "3.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
const licenseBanner = require("./build/banner"); | ||
|
||
module.exports = { | ||
plugins: [ | ||
require("cssnano")({ | ||
preset: "advanced" | ||
}) | ||
, | ||
require("postcss-banner")({ | ||
banner: licenseBanner, | ||
important: true | ||
}) | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters