Skip to content

Commit 9a5b6e2

Browse files
committed
Update dependencies and npm files
1 parent 396e457 commit 9a5b6e2

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

.npmignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 vHawk
3+
Copyright (c) 2021-2023 StrandedKitty
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"description": "Straight skeleton algorithm",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist",
9+
"README.md",
10+
"LICENSE",
11+
"package.json"
12+
],
713
"author": "StrandedKitty",
814
"license": "MIT",
915
"repository": {
@@ -21,16 +27,14 @@
2127
"@types/geojson-validation": "^1.0.0",
2228
"@types/three": "^0.155.1",
2329
"clean-webpack-plugin": "^4.0.0",
30+
"earcut": "^2.2.4",
31+
"geojson-validation": "^1.0.2",
2432
"html-webpack-plugin": "^5.5.0",
33+
"three": "^0.150.1",
2534
"ts-loader": "^9.2.6",
2635
"typescript": "^4.5.2",
2736
"webpack": "^5.64.4",
2837
"webpack-cli": "^4.9.1",
2938
"webpack-dev-server": "^4.6.0"
30-
},
31-
"dependencies": {
32-
"earcut": "^2.2.4",
33-
"geojson-validation": "^1.0.2",
34-
"three": "^0.150.1"
3539
}
3640
}

0 commit comments

Comments
 (0)