Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,7 @@ | ||
## 1.3.2 | ||
You can now freeze `.eot` files. | ||
## 1.3.1 | ||
You can now freeze `.ico` files. | ||
## 1.3.0 | ||
@@ -2,0 +8,0 @@ **New features** |
@@ -0,1 +1,7 @@ | ||
## 1.3.2 | ||
Теперь можно фризить `.eot` файлы. | ||
## 1.3.1 | ||
Теперь можно фризить `.ico` файлы. | ||
## 1.3.0 | ||
@@ -2,0 +8,0 @@ **Новые возможности** |
@@ -23,2 +23,3 @@ var CRYPTO = require('crypto'), | ||
const contentTypes = { | ||
'.eot': 'application/vnd.ms-fontobject', | ||
'.gif': 'image/gif', | ||
@@ -25,0 +26,0 @@ '.ico': 'image/x-icon', |
{ | ||
"name": "borschik", | ||
"description": "Extendable builder for text-based file formats", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"homepage": "http://github.com/bem/borschik", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)", |
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
62349
19
1308