Comparing version 1.1.0 to 1.1.1
@@ -0,4 +1,4 @@ | ||
import { parser } from 'posthtml-svg-mode'; | ||
import SpriteSymbol from '../symbol'; | ||
import FileRequest from '../request'; | ||
import { parser } from 'posthtml-svg-mode'; | ||
@@ -5,0 +5,0 @@ let fixture; |
const processor = require('posthtml-svg-mode'); | ||
const fill = require('posthtml-svg-fill'); | ||
const renameId = require('posthtml-rename-id/lib/posthtml-rename-id'); | ||
const renameId = require('posthtml-rename-id'); | ||
const normalizeViewBox = require('./transformations/normalize-viewbox'); | ||
@@ -5,0 +5,0 @@ const rasterToSVG = require('./transformations/raster-to-svg'); |
@@ -0,1 +1,2 @@ | ||
/* global utils */ | ||
const plugin = require('../extract-namespaces-to-root'); | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "svg-baker", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -15,3 +15,2 @@ "author": "kisenka <qtuzov@gmail.com> (https://github.com/kisenka)", | ||
"merge-options": "0.0.64", | ||
"posthtml": "^0.9.2", | ||
"posthtml-svg-fill": "^1.0", | ||
@@ -18,0 +17,0 @@ "posthtml-svg-mode": "^1.0", |
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
8
706
21545
- Removedposthtml@^0.9.2