ignore-styles
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -1,14 +0,1 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## [Unreleased] | ||
### Added | ||
- | ||
## [2.0.0] - 2016-05-12 | ||
### Added | ||
- Common image extensions from @pwmckenna and @nlitwin | ||
[Unreleased]: https://github.com/bkonkle/ignore-styles/compare/v0.3.0...HEAD | ||
[2.0.0]: https://github.com/bkonkle/ignore-styles/compare/v1.2.0...v2.0.0 | ||
See the [Releases](https://github.com/bkonkle/ignore-styles/releases) page. |
@@ -13,2 +13,5 @@ export const DEFAULT_EXTENSIONS = [ | ||
'.svg', | ||
'.mp4', | ||
'.webm', | ||
'.ogv' | ||
] | ||
@@ -15,0 +18,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
exports.default = register; | ||
var DEFAULT_EXTENSIONS = exports.DEFAULT_EXTENSIONS = ['.css', '.scss', '.sass', '.stylus', '.styl', '.less', '.gif', '.jpeg', '.jpg', '.png', '.svg']; | ||
var DEFAULT_EXTENSIONS = exports.DEFAULT_EXTENSIONS = ['.css', '.scss', '.sass', '.stylus', '.styl', '.less', '.gif', '.jpeg', '.jpg', '.png', '.svg', '.mp4', '.webm', '.ogv']; | ||
@@ -10,0 +10,0 @@ var oldHandlers = exports.oldHandlers = {}; |
{ | ||
"name": "ignore-styles", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Ignore imported style files when running in Node", | ||
@@ -5,0 +5,0 @@ "main": "lib/ignore-styles.js", |
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
114
11849