fower-plugin-font-family
Advanced tools
Comparing version 1.48.0 to 1.49.0
@@ -16,4 +16,4 @@ 'use strict'; | ||
var fontFamilies = parser.config.theme.fontFamilies; | ||
var posfix = key.replace(/^font/i, ''); | ||
var styleValue = fontFamilies[utils.downFirst(posfix)]; | ||
var postfix = key.replace(/^font/i, ''); | ||
var styleValue = fontFamilies[utils.downFirst(postfix)]; | ||
atom.style = { | ||
@@ -20,0 +20,0 @@ fontFamily: styleValue |
@@ -12,4 +12,4 @@ import { downFirst } from '@fower/utils'; | ||
var fontFamilies = parser.config.theme.fontFamilies; | ||
var posfix = key.replace(/^font/i, ''); | ||
var styleValue = fontFamilies[downFirst(posfix)]; | ||
var postfix = key.replace(/^font/i, ''); | ||
var styleValue = fontFamilies[downFirst(postfix)]; | ||
atom.style = { | ||
@@ -16,0 +16,0 @@ fontFamily: styleValue |
{ | ||
"name": "fower-plugin-font-family", | ||
"version": "1.48.0", | ||
"version": "1.49.0", | ||
"license": "MIT", | ||
@@ -26,7 +26,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@fower/atomic-props": "^1.48.0", | ||
"@fower/core": "^1.48.0", | ||
"@fower/utils": "^1.48.0" | ||
"@fower/atomic-props": "^1.49.0", | ||
"@fower/core": "^1.49.0", | ||
"@fower/utils": "^1.49.0" | ||
}, | ||
"gitHead": "f6a8a229aeea6b7bd2c0aae8c42c2e15d1af572f" | ||
"gitHead": "321e37e3421d4227c61366e24442c0a44418213d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8651
Updated@fower/atomic-props@^1.49.0
Updated@fower/core@^1.49.0
Updated@fower/utils@^1.49.0