@braudypedrosa/bp-listings 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Airbnb-style listings + map widget built with vanilla JavaScript and CSS.
4
4
 
5
- Current version: **1.0.1**
5
+ Current version: **1.0.5**
6
6
 
7
7
  ## Overview
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@braudypedrosa/bp-listings",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Airbnb-style listings + map widget powered by vanilla JavaScript and Leaflet",
5
5
  "main": "./listings-map.js",
6
6
  "exports": {