Skip to content

Commit

Permalink
Merge pull request #13 from dayjournal/dev
Browse files Browse the repository at this point in the history
v6.5.0
  • Loading branch information
dayjournal authored Jul 4, 2023
2 parents 8e8cddb + c68ab4d commit 25a047b
Show file tree
Hide file tree
Showing 9 changed files with 1,825 additions and 1,292 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Start Turf.js easily.
- [Turf.js v6.5.0](http://turfjs.org/)
- [MapLibre GL JS v2.1.9](https://maplibre.org)
- [TypeScript v4.5.4](https://www.typescriptlang.org)
- [Vite v2.9.9](https://vitejs.dev)
- [MapLibre GL JS v3.1.0](https://maplibre.org)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.3.9](https://vitejs.dev)
- node v18.1.0
- npm v8.8.0

Expand Down Expand Up @@ -49,7 +49,7 @@ npm run dev
## License
MIT

Copyright (c) 2019-2022 Yasunori Kirimoto
Copyright (c) 2019-2023 Yasunori Kirimoto

<br>

Expand All @@ -67,8 +67,9 @@ Copyright (c) 2019-2022 Yasunori Kirimoto

Turf.jsを手軽に始める
- [Turf.js v6.5.0](http://turfjs.org/)
- [TypeScript v4.5.4](https://www.typescriptlang.org)
- [Vite v2.9.9](https://vitejs.dev)
- [MapLibre GL JS v3.1.0](https://maplibre.org)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.3.9](https://vitejs.dev)
- node v18.1.0
- npm v8.8.0

Expand Down Expand Up @@ -112,6 +113,6 @@ npm run dev
## ライセンス
MIT

Copyright (c) 2019-2022 Yasunori Kirimoto
Copyright (c) 2019-2023 Yasunori Kirimoto

<br>
5 changes: 3 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Turf.js Starter</title>
<script type="module" crossorigin src="/turfjs-starter/assets/index.361518a2.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index.b25085c0.css" />
<script type="module" crossorigin src="/turfjs-starter/assets/index-83eeea77.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index-c3ae4bcd.css">
</head>
<body>
<div id="map"></div>

</body>
</html>
580 changes: 580 additions & 0 deletions docs/assets/index-83eeea77.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/index-c3ae4bcd.css

Large diffs are not rendered by default.

504 changes: 0 additions & 504 deletions docs/assets/index.361518a2.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/index.b25085c0.css

This file was deleted.

5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Turf.js Starter</title>
<script type="module" crossorigin src="/turfjs-starter/assets/index.361518a2.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index.b25085c0.css" />
<script type="module" crossorigin src="/turfjs-starter/assets/index-83eeea77.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index-c3ae4bcd.css">
</head>
<body>
<div id="map"></div>

</body>
</html>
Loading

0 comments on commit 25a047b

Please sign in to comment.