source-map-dummy
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -0,1 +1,8 @@ | ||
### Version 0.3.0 (2014-06-19) ### | ||
- Update css-tokens to 0.3.0 and js-tokens to 0.2.0, which means slightly | ||
different CSS and JS tokenization, which means slightly different mappings. | ||
(Backwards-incompatible change.) | ||
### Version 0.2.0 (2014-03-11) ### | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "source-map-dummy", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Simon Lydell", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"css-tokens": "~0.2.0", | ||
"js-tokens": "~0.1.0", | ||
"css-tokens": "~0.3.0", | ||
"js-tokens": "~0.2.0", | ||
"source-map": "~0.1.33" | ||
@@ -26,0 +26,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
14147
+ Addedcss-tokens@0.3.0(transitive)
+ Addedjs-tokens@0.2.0(transitive)
- Removedcss-tokens@0.2.0(transitive)
- Removedjs-tokens@0.1.0(transitive)
Updatedcss-tokens@~0.3.0
Updatedjs-tokens@~0.2.0