source-map-dummy
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -0,3 +1,9 @@ | ||
### Version 0.2.0 (2014-03-11) ### | ||
- Update css-tokens to 0.2.0, which means slightly different CSS tokenization, | ||
which means slightly different mappings. (Backwards-incompatible change.) | ||
### Version 0.1.0 (2014-03-09) ### | ||
- Initial release. |
{ | ||
"name": "source-map-dummy", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Simon Lydell", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"css-tokens": "~0.1.0", | ||
"css-tokens": "~0.2.0", | ||
"js-tokens": "~0.1.0", | ||
@@ -25,0 +25,0 @@ "source-map": "~0.1.33" |
@@ -168,6 +168,6 @@ // Copyright 2014 Simon Lydell | ||
assertMappings( | ||
["#", "foo", "[", "attr", "=", "'value'", "]", "{", | ||
["#foo", "[", "attr", "=", "'value'", "]", "{", | ||
"\n ", "margin", ":", " ", "0", | ||
"\n", "}" ], | ||
[[1,0], [1,1], [1,4], [1,5], [1,9], [1,10], [1,17], [1,18], | ||
[[1,0], [1,4], [1,5], [1,9], [1,10], [1,17], [1,18], | ||
[2,2], [2,8], [2,10], | ||
@@ -204,6 +204,9 @@ [3,0] ], | ||
[13,9,0], // Inside name with escape. | ||
[16,15,11], // Inside number with exponent. | ||
[19,14,2], // Inside vendor prefixed property name. | ||
[24,20,20], // At `%`. | ||
[32,0,0] // Last character. `}`. | ||
[14,2,0], // Inside id. | ||
[15,11,9], // Inside hex color. | ||
[18,15,11], // Inside number with exponent. | ||
[21,14,2], // Inside vendor prefixed property name. | ||
[22,38,11], // Inside string within string. | ||
[27,20,20], // At `%`. | ||
[35,0,0] // Last character. `}`. | ||
]) | ||
@@ -210,0 +213,0 @@ }) |
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
14963
315
+ Addedcss-tokens@0.2.0(transitive)
- Removedcss-tokens@0.1.0(transitive)
Updatedcss-tokens@~0.2.0