Skip to content

Commit

Permalink
Changed author email address
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyoshiMori committed Dec 3, 2023
1 parent d1429cc commit 04163ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bulma-dark.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Bulma Dark THeme
*
* @see github.com/jgthms/bulma
* @author Hiroyoshi Mori <mori@script-lab.work>
* @author Hiroyoshi Mori <mori@scriptlab.tokyo>
*/

body
Expand Down
2 changes: 1 addition & 1 deletion css/bulma-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"author": {
"name": "Hiroyoshi Mori",
"email": "mori@script-lab.work"
"email": "mori@scriptlab.tokyo"
},
"description": "Dark theme for Bulma, the modern CSS framework.",
"main": "bulma-dark.sass",
Expand Down Expand Up @@ -34,10 +34,10 @@
"build-sass": "node-sass --output-style expanded --source-map true bulma-dark.sass css/bulma-dark.css",
"clean": "rimraf css",
"rtl": "npm run rtl-sass && npm run rtl-autoprefix && npm run rtl-cleancss",
"rtl-sass": "node-sass --outputstyle expanded --source-map true bulma-dark-rtl.sass css/bulma-dark-rtl.css",
"rtl-sass": "node-sass --output-style expanded --source-map true bulma-dark-rtl.sass css/bulma-dark-rtl.css",
"rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma-dark-rtl.css",
"rlt-cleancss": "cleancss -o css/bulma-dark-rtl.min.css css/bulma-dark-rtl.css",
"deploy": "npm run clean && npm run build && rpn run rtl",
"deploy": "npm run clean && npm run build && npm run rtl",
"start": "npm run build-sass -- --watch"
},
"files": [
Expand Down

0 comments on commit 04163ce

Please sign in to comment.