gulp-json-sass
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gulp-json-sass", | ||
"description": "Gulp plugin for turning JSON files into files of scss/sass variable definitions.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"scripts": { | ||
@@ -10,5 +10,5 @@ "test": "npm run coverage && npm run rm", | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/rbalicki2/gulp-json-sass" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rbalicki2/gulp-json-sass" | ||
}, | ||
@@ -22,8 +22,8 @@ "keywords": [ | ||
], | ||
"bugs" : { | ||
"url" : "https://github.com/rbalicki2/gulp-json-sass/issues" | ||
"bugs": { | ||
"url": "https://github.com/rbalicki2/gulp-json-sass/issues" | ||
}, | ||
"homepage" : "https://github.com/rbalicki2/gulp-json-sass", | ||
"main" : "index.js", | ||
"license" : "MIT", | ||
"homepage": "https://github.com/rbalicki2/gulp-json-sass", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -40,5 +40,4 @@ "gulp": "^3.8.6", | ||
"gulp-util": "^3.0.0", | ||
"lodash": "^2.4.1", | ||
"through": "^2.3.4" | ||
} | ||
} |
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
4
12356
- Removedlodash@^2.4.1
- Removedlodash@2.4.2(transitive)