Skip to content

Commit

Permalink
Fixed the tsconfig target to es6. Bumped verison (v2.0.2) (#19) (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfurix authored Sep 15, 2022
1 parent d7b3eff commit 7d2fcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@2gis/mapgl-ruler",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"license": "BSD-2-Clause",
"main": "dist/ruler.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"types": [],
"target": "es5",
"target": "es6",
"module": "es6",
"moduleResolution": "node",
"lib": ["dom", "es6"],
Expand Down

0 comments on commit 7d2fcbe

Please sign in to comment.