Skip to content

Commit 3dc953f

Browse files
author
mrmrs
committed
Update module name
1 parent 9f17eb6 commit 3dc953f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/themes/hovers/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<main class="">
4545
<article class="bg-near-white bt b--black-10 pa3 ph5-ns">
46-
<h4 class="f4 mv0 fw6 dib mr4">hovers</h4>
46+
<h4 class="f4 mv0 fw6 dib mr4">tachyons-hovers</h4>
4747
<span class="f4 b dib pl0 ml0 mr4">v2.0.4</span>
4848
<span class="f4 b dib pl0 ml0 mr4">149 B</span>
4949
<div>

lib/hovers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var module = require('tachyons-hovers/package.json')
99
var moduleCss = fs.readFileSync('node_modules/tachyons-hovers/css/tachyons-hovers.min.css', 'utf8')
1010
var moduleObj = cssstats(moduleCss)
1111
var moduleSize = filesize(moduleObj.gzipSize)
12-
var moduleName = module.name.split("tachyons-").pop()
12+
var moduleName = module.name
1313

1414
var srcCSS = fs.readFileSync('./src/css/_hovers.css', 'utf8')
1515
var navDocs = fs.readFileSync('./src/templates/nav_docs.html', 'utf8')

0 commit comments

Comments
 (0)