typographic-base
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -11,2 +11,6 @@ 'use strict'; | ||
var _typographicApostrophes = require('typographic-apostrophes'); | ||
var _typographicApostrophes2 = _interopRequireDefault(_typographicApostrophes); | ||
var _typographicQuotes = require('typographic-quotes'); | ||
@@ -16,6 +20,2 @@ | ||
var _typographicApostrophes = require('typographic-apostrophes'); | ||
var _typographicApostrophes2 = _interopRequireDefault(_typographicApostrophes); | ||
var _typographicApostrophesForPossessivePlurals = require('typographic-apostrophes-for-possessive-plurals'); | ||
@@ -67,5 +67,5 @@ | ||
var base = (0, _textr2.default)().use(_typographicQuotes2.default, _typographicApostrophes2.default, _typographicApostrophesForPossessivePlurals2.default, _typographicArrows2.default, _typographicCopyright2.default, _typographicCurrency2.default, _typographicEllipses2.default, _typographicEmDashes2.default, _typographicEnDashes2.default, _typographicMathSymbols2.default, _typographicRegisteredTrademark2.default, _typographicSingleSpaces2.default, _typographicTrademark2.default); | ||
var base = (0, _textr2.default)().use(_typographicApostrophes2.default, _typographicQuotes2.default, _typographicApostrophesForPossessivePlurals2.default, _typographicArrows2.default, _typographicCopyright2.default, _typographicCurrency2.default, _typographicEllipses2.default, _typographicEmDashes2.default, _typographicEnDashes2.default, _typographicMathSymbols2.default, _typographicRegisteredTrademark2.default, _typographicSingleSpaces2.default, _typographicTrademark2.default); | ||
exports.default = base; | ||
module.exports = exports['default']; |
import textr from 'textr'; | ||
import apostrophes from 'typographic-apostrophes'; | ||
import quotes from 'typographic-quotes'; | ||
import apostrophes from 'typographic-apostrophes'; | ||
import apostrophesForPlurals from 'typographic-apostrophes-for-possessive-plurals'; | ||
@@ -18,4 +18,4 @@ import arrows from 'typographic-arrows'; | ||
.use( | ||
apostrophes, | ||
quotes, | ||
apostrophes, | ||
apostrophesForPlurals, | ||
@@ -22,0 +22,0 @@ arrows, |
{ | ||
"name": "typographic-base", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "typography set for fixing common issues", | ||
@@ -5,0 +5,0 @@ "main": "index.es5.js", |
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