Skip to content

Commit b15741d

Browse files
Merge pull request #18 from hypertrace/restore-umd-format
fix: downlevel target to es5
2 parents 53427b8 + 62c07e6 commit b15741d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hypertrace/hyperdash",
33
"version": "0.0.0-PLACEHOLDER",
4-
"license": "AGPL-3.0",
4+
"license": "LicenseRef-LICENSE",
55
"main": "dist/hyperdash.umd.js",
66
"module": "dist/hyperdash.es5.js",
77
"typings": "dist/types/hyperdash.d.ts",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"moduleResolution": "node",
44
"module": "esNext",
5-
"target": "es2015",
5+
"target": "es5",
66
"lib": ["es2015", "es2016", "es2017", "esnext.array", "dom"],
77
"strict": true,
88
"sourceMap": true,

0 commit comments

Comments
 (0)