Skip to content

Commit

Permalink
Fix source map generation inconsistency across node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 22, 2019
1 parent bbb30f3 commit 5976a97
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## next

- Bumped CSSTree to [`1.0.0-alpha.37`](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.37) to fix source map generation inconsistency across node.js versions

## 4.0.0 (October 21, 2019)

- Dropped support for Node < 8
Expand Down
22 changes: 15 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"postpublish": "npm run gh-pages"
},
"dependencies": {
"css-tree": "1.0.0-alpha.36"
"css-tree": "1.0.0-alpha.37"
},
"devDependencies": {
"coveralls": "^3.0.7",
Expand All @@ -69,7 +69,7 @@
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"source-map": "^0.5.6",
"source-map": "^0.6.1",
"terser": "^4.3.8"
},
"engines": {
Expand Down

0 comments on commit 5976a97

Please sign in to comment.