node-sass-json-importer
Advanced tools
Comparing version 3.3.0 to 3.3.1
# Changelog | ||
## 3.3.1 | ||
* Remove support for one element lists. `3.3.0` broke parsing of empty lists (#67). | ||
## 3.3.0 | ||
@@ -4,0 +7,0 @@ * Add support for one element lists. |
@@ -29,3 +29,3 @@ 'use strict'; | ||
require('json5/lib/require'); | ||
require('json5/lib/register'); | ||
@@ -102,3 +102,3 @@ // Enable JSON5 support | ||
return parseValue(value); | ||
}).join(',') + ',)'; | ||
}).join(',') + ')'; | ||
} | ||
@@ -105,0 +105,0 @@ |
{ | ||
"name": "node-sass-json-importer", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Allows importing json in sass files parsed by node-sass.", | ||
@@ -27,4 +27,4 @@ "main": "dist/node-sass-json-importer.js", | ||
"is-there": "^4.0.0", | ||
"json5": "0.5.1", | ||
"lodash": "^3.10.1" | ||
"json5": "^1.0", | ||
"lodash": "^4.17" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
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
162618
+ Addedjson5@1.0.2(transitive)
+ Addedminimist@1.2.8(transitive)
- Removedjson5@0.5.1(transitive)
- Removedlodash@3.10.1(transitive)
Updatedjson5@^1.0
Updatedlodash@^4.17