Skip to content

Commit 0aa9dd6

Browse files
committed
v1.3.2
1 parent 6b48c82 commit 0aa9dd6

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**/*
22
!dist/src/**/*
3+
tsconfig.tsbuildinfo

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-schemaorg",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"displayName": "React: Schema.org",
55
"description": "Typed Schema.org JSON-LD in React",
66
"authors": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019 Google LLC
2+
* Copyright 2021 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/json-ld.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 Google LLC
2+
* Copyright 2021 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tsconfig-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"jsx": "react",
55
"target": "es5",
66
"lib": ["ES2015"],
7-
"sourceMap": true,
7+
"sourceMap": false,
88
"declaration": true,
99
"moduleResolution": "node",
1010
"module": "commonjs",

0 commit comments

Comments
 (0)