jigsass-tools-strings
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -0,2 +1,7 @@ | ||
##v1.2.0 | ||
Add a function to escape special characters in strings | ||
Update dependencies | ||
##v1.1.0 | ||
Add support for angles in `jigsass-str-to-number` |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "scss/index.scss", | ||
@@ -41,4 +41,4 @@ "style": "scss/index.scss", | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.3", | ||
"babel-core": "^6.5.2", | ||
"autoprefixer": "^6.3.6", | ||
"babel-core": "^6.7.6", | ||
"babel-preset-es2015": "^6.5.0", | ||
@@ -58,3 +58,3 @@ "babel-register": "^6.6.0", | ||
"mdcss": "^1.5.1", | ||
"mdcss-theme-jigsass": "^0.1.5", | ||
"mdcss-theme-jigsass": "^0.2.10", | ||
"postcss-reporter": "^1.3.3", | ||
@@ -66,3 +66,3 @@ "postcss-scss": "^0.1.5", | ||
"sassdoc-theme-jigsass": "^0.2.12", | ||
"stylelint": "^4.5.1" | ||
"stylelint": "^5.4.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "description": "String manipulation helper functions", |
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
13903