source-map-dummy
Advanced tools
Comparing version 0.3.0 to 1.0.0
@@ -0,1 +1,8 @@ | ||
### Version 1.0.0 (2015-02-26) ### | ||
- Update css-tokens to 1.0.0 and js-tokens to 1.0.0 which means slightly | ||
different CSS and JS tokenization, which means slightly different mappings. | ||
(Backwards-incompatible change.) | ||
### Version 0.3.0 (2014-06-19) ### | ||
@@ -2,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Copyright 2014 Simon Lydell | ||
// Copyright 2014, 2015 Simon Lydell | ||
// X11 (“MIT”) Licensed. (See LICENSE.) | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "source-map-dummy", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"author": "Simon Lydell", | ||
@@ -22,10 +22,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"css-tokens": "~0.3.0", | ||
"js-tokens": "~0.2.0", | ||
"source-map": "~0.1.33" | ||
"css-tokens": "^1.0.0", | ||
"js-tokens": "^1.0.0", | ||
"source-map": "~0.4.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^1.17.1", | ||
"jshint": "^2.4.4" | ||
"mocha": "^2.1.0", | ||
"jshint": "^2.6.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
Overview [![Build Status](https://travis-ci.org/lydell/source-map-dummy.png?branch=master)](https://travis-ci.org/lydell/source-map-dummy) | ||
Overview [![Build Status](https://travis-ci.org/lydell/source-map-dummy.svg?branch=master)](https://travis-ci.org/lydell/source-map-dummy) | ||
======== | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Copyright 2014 Simon Lydell | ||
// Copyright 2014, 2015 Simon Lydell | ||
// X11 (“MIT”) Licensed. (See LICENSE.) | ||
@@ -3,0 +3,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15460
11
1
+ Addedcss-tokens@1.0.1(transitive)
+ Addedjs-tokens@1.0.3(transitive)
+ Addedsource-map@0.4.4(transitive)
- Removedcss-tokens@0.3.0(transitive)
- Removedjs-tokens@0.2.0(transitive)
- Removedsource-map@0.1.43(transitive)
Updatedcss-tokens@^1.0.0
Updatedjs-tokens@^1.0.0
Updatedsource-map@~0.4.0