Skip to content

Commit

Permalink
Feature/fix build issue (#24)
Browse files Browse the repository at this point in the history
* fix: added github workflow

* fix: added specs workflow for PR

* fix: fixed exception messages for tests

* fix: updated package version

* fix: updated package version

* fix: reverted package version

* fix: fixing build issue

* fix: fixing build issue

* fix: fixing build issue

* fix: fixing type issues

* fix: fixing build issues

* fix: fixing build issues

* fix: fixing type issues

* fix: fixing type issues
  • Loading branch information
RambhauWaykar authored Sep 6, 2024
1 parent 5188000 commit 5492daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syngenta/convert-to-geojson",
"version": "1.0.4",
"version": "1.0.5",
"description": "A common package to convert different shape files to geojson",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "ES6",
"lib": ["DOM", "ES6", "DOM.Iterable", "ScriptHost", "ES2016.Array.Include"],
"module": "preserve",
"outDir": "dist",
"sourceMap": false,
Expand Down

0 comments on commit 5492daa

Please sign in to comment.