Skip to content

Commit dbac6e7

Browse files
committed
Rename project to Bicimap. Update some packages
1 parent 574b2e1 commit dbac6e7

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiciMap
1+
# Bicimap
22

33
🌍 Unofficial map of BiciMAD & Bicing stations.
44

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const MAP = {
2-
TITLE: 'BiciMap',
2+
TITLE: 'Bicimap',
33
LAT: "40.41948626649347",
44
LON: "-3.6930539666172475",
55
ZOOM: "14",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "BiciMap",
2+
"name": "Bicimap",
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
@@ -12,15 +12,15 @@
1212
"bicimad": "^1.0.1",
1313
"bicing": "^1.0.0",
1414
"core-js": "^3.18.0",
15-
"css-loader": "^5.2.7",
15+
"css-loader": "^6.6.0",
1616
"date-fns": "^2.24.0",
1717
"leaflet": "^1.7.1",
1818
"leaflet.markercluster": "^1.5.1",
19-
"postcss-loader": "^5.3.0",
19+
"postcss-loader": "^6.2.1",
2020
"register-service-worker": "^1.7.1",
2121
"sass": "^1.42.1",
22-
"sass-loader": "^10.2.0",
23-
"style-loader": "^2.0.0",
22+
"sass-loader": "^10.0.0",
23+
"style-loader": "^3.3.1",
2424
"vue": "^2.6.14"
2525
},
2626
"devDependencies": {

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<title>BiciMap - Mapa alternativo y amable de estaciones de BiciMAD</title>
8+
<title>Bicimap - Mapa alternativo y amable de estaciones de BiciMAD</title>
99

1010
<link rel="icon" href="/img/icons/favicon.ico">
1111
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png?v=1.1">
@@ -17,7 +17,7 @@
1717
<meta name="msapplication-TileColor" content="#ffffff">
1818
<meta name="theme-color" content="#ffffff">
1919

20-
<meta property="og:title" content="BiciMap" />
20+
<meta property="og:title" content="Bicimap" />
2121
<meta property="og:site_name" content="BiciMap" />
2222
<meta name="twitter:title" content="BiciMap">
2323

public/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"start_url": "/",
3-
"name": "BiciMap",
3+
"name": "Bicimap",
44
"lang": "es-ES",
55
"version": "1.0",
6-
"categories": ["map", "bike", "bike sharing", "Madrid"],
7-
"description": "Mapa alternativo y amable de estaciones de BiciMAD",
8-
"short_name": "BiciMap",
6+
"categories": ["map", "bike", "bike sharing", "Madrid", "Barcelona", "bicing", "bicimad"],
7+
"description": "Mapa alternativo y amable de estaciones de BiciMAD y Bicing",
8+
"short_name": "Bicimap",
99
"icons": [
1010
{
1111
"src": "/img/icons/android-chrome-192x192.png",

src/components/About.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<template>
22
<div class="About" @click="onClickOutside">
33
<div class="About__inner has-transition" @click="onClickInside">
4-
<div class="About__title">Acerca de BiciMap</div>
4+
<div class="About__title">Acerca de Bicimap</div>
55
<div class="About__content">
66
<div class="About__description">
77

8-
<p><strong @click="reload">BiciMap</strong> ofrece una alternativa amable y usable a los mapas de bicis oficiales de <a href="https://www.bicimad.com" target="_blank">BiciMAD</a> y <a href="https://bicing.barcelona/">Bicing</a>.</p>
8+
<p><strong @click="reload">Bicimap</strong> ofrece una alternativa amable y usable a los mapas de bicis oficiales de <a href="https://www.bicimad.com" target="_blank">BiciMAD</a> y <a href="https://bicing.barcelona/">Bicing</a>.</p>
99

1010
</div>
1111

0 commit comments

Comments
 (0)