Skip to content

Commit

Permalink
fix: add funding information
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Mar 26, 2021
1 parent d3e1972 commit aacf956
Show file tree
Hide file tree
Showing 3 changed files with 807 additions and 630 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"editorjs"
],
"repository": "https://github.com/hata6502/editorjs-style",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/hata6502"
},
"license": "MIT",
"author": "Tomoyuki Hata <[email protected]>",
"main": "dist/index.js",
Expand All @@ -30,7 +34,7 @@
"license-checker": "^25.0.1",
"material-design-icons": "^3.0.1",
"prettier": "^2.0.5",
"semantic-release": "^17.1.1",
"semantic-release": "^17.4.2",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
Expand Down
4 changes: 0 additions & 4 deletions src/EditorJSStyleError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ class EditorJSStyleError extends Error {
constructor(...args: any[]) {
super(...args);

if (Error.captureStackTrace) {
Error.captureStackTrace(this, EditorJSStyleError);
}

this.name = 'EditorJSStyleError';
}
}
Expand Down
Loading

0 comments on commit aacf956

Please sign in to comment.