@thumbtack/thumbprint-font-face
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -5,2 +5,9 @@ # Changelog | ||
## 1.0.12 - 2019-09-17 | ||
### Changed | ||
- [Patch] Upgrade `tmp`, a `devDependency`. This does not affect the outputted code. | ||
- [Patch] Update version of the Thumbprint Tokens dependency. | ||
## 1.0.11 - 2019-09-03 | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@thumbtack/thumbprint-font-face", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "_index.scss", | ||
@@ -31,8 +31,8 @@ "repository": { | ||
"dependencies": { | ||
"@thumbtack/thumbprint-tokens": "^8.3.1" | ||
"@thumbtack/thumbprint-tokens": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"node-sass-tilde-importer": "2.0.0-alpha.1", | ||
"tmp": "^0.0.33" | ||
"tmp": "^0.1.0" | ||
} | ||
} |
5956