typographic-base
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -68,1 +68,2 @@ 'use strict'; | ||
exports.default = base; | ||
module.exports = exports['default']; |
{ | ||
"name": "typographic-base", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "typography set for fixing common issues", | ||
@@ -39,2 +39,3 @@ "main": "index.es5.js", | ||
"babel-istanbul": "^0.5.9", | ||
"babel-plugin-add-module-exports": "^0.1.1", | ||
"babel-preset-es2015": "^6.1.18", | ||
@@ -41,0 +42,0 @@ "coveralls": "*", |
@@ -52,3 +52,3 @@ # typographic-base | ||
| [`typographic-apostrophes`][apostrophes] | Apostrophes in contractions and for possessive case. | `rock'n'roll` → `rock’n’roll` | | ||
| [`typographic-quotes`][quotes] | Quotes for your text with respect to locale. | `"qoutes"` → `“qoutes”` | | ||
| [`typographic-quotes`][quotes] | Quotes for your text with respect to locale. | `"quotes"` → `“quotes”` | | ||
| [`typographic-apostrophes-for-possessive-plurals`][plurals] | Apostrophes for possessive plurals. | `sisters'` → `sisters’` | | ||
@@ -55,0 +55,0 @@ | [`typographic-arrows`][arrows] | Use real arrows. | `a <- b` → `a ← b` | |
Sorry, the diff of this file is not supported yet
10493
72
10