Skip to content

Commit 935c855

Browse files
Feature/fix build issue (#25)
* 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 * fix: fixing type issues
1 parent 5492daa commit 935c855

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syngenta/convert-to-geojson",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A common package to convert different shape files to geojson",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -75,7 +75,6 @@
7575
"preset": "ts-jest"
7676
},
7777
"files": [
78-
"dist",
79-
"src"
78+
"dist"
8079
]
8180
}

0 commit comments

Comments
 (0)