diff --git a/package-lock.json b/package-lock.json index c29c72e..2114def 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-schemaorg", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4adf25..f224842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-schemaorg", - "version": "1.0.1", + "version": "1.0.2", "displayName": "React: Schema.org", "description": "Typed Schema.org JSON-LD in React", "authors": [ diff --git a/tsconfig.json b/tsconfig.json index e61723a..d6af069 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "jsx": "react", "outDir": "./dist/", "target": "es5", + "lib": ["ES2015"], "sourceMap": true, "declaration": true, "moduleResolution": "node",