Skip to content

Commit

Permalink
updated npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin IGARASHI committed Sep 17, 2020
1 parent b805f27 commit 8bfa8e4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please put environment variable for database settings.
db_user=$db_user
db_password=$db_password
db_host=host.docker.internal
db_post=5432
db_port=5432
```

## Create mbtiles
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vt",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is to manage vectortiles for water services providers in Github pages.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/watergis/vt-boilerplate#readme",
"dependencies": {
"@watergis/mbtiles2pbf": "^0.2.1",
"@watergis/postgis2mbtiles": "^0.1.4",
"@watergis/postgis2mbtiles": "^0.1.5",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"gh-pages": "^3.1.0"
Expand Down

0 comments on commit 8bfa8e4

Please sign in to comment.