Skip to content

Commit

Permalink
fix: skip parsing of invalid sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed May 4, 2020
1 parent c3ed684 commit a96d01f
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 73 deletions.
13 changes: 6 additions & 7 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
{
"preset": "angular",
"releaseRules": [
{ "type": "docs", "scope": "readme", "release": "patch" },
{ "type": "refactor", "scope": "core *", "release": "minor" },
{ "type": "refactor", "release": "patch" },
{ "type": "build", "scope": "core *", "release": "patch" },
{ "type": "ci", "scope": "core *", "release": "patch" },
{ "type": "test", "release": "patch" },
{ "scope": "no-release", "release": false }
{ "type": "docs", "scope": "*\\!", "release": "patch" },
{ "type": "refactor", "scope": "*\\!", "release": "patch" },
{ "type": "build", "scope": "*\\!", "release": "patch" },
{ "type": "ci", "scope": "*\\!", "release": "patch" },
{ "type": "test", "scope": "*\\!", "release": "patch" },
{ "type": "style", "scope": "*\\!", "release": "patch" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cssnano": "^4.1.10",
"icss-utils": "^4.1.1",
"p-queue": "^6.4.0",
"postcss": "^7.0.28",
"postcss": "^7.0.29",
"postcss-load-config": "^2.1.0",
"postcss-modules-extract-imports": "^2.0.0",
"postcss-modules-local-by-default": "^3.0.2",
Expand Down Expand Up @@ -90,7 +90,7 @@
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-node": "^0.3.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jest": "^23.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^19.0.1",
"fibers": "^5.0.0",
Expand Down

0 comments on commit a96d01f

Please sign in to comment.