Skip to content

Commit 6ff7af4

Browse files
Release 1.2.4
1 parent 1ed0446 commit 6ff7af4

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

examples/create-react-app/package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "editorjs-blocks-react-renderer",
3-
"version": "1.2.2",
3+
"version": "1.2.4",
44
"description": "EditorJS blocks render to semanticly beautiful html5 tags via React.",
55
"keywords": [
66
"editorjs",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */,
1111
"declaration": true /* Generates corresponding '.d.ts' file. */,
1212
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
13-
"sourceMap": true /* Generates corresponding '.map' file. */,
13+
"sourceMap": false /* Generates corresponding '.map' file. */,
1414
// "outFile": "./", /* Concatenate and emit output to single file. */
1515
"outDir": "./dist" /* Redirect output structure to the directory. */,
1616
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

0 commit comments

Comments
 (0)