@furkot/garmin-data 2.1.0 → 2.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furkot/garmin-data",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Data used by Furkot modules dealing with Garmin GPX format.",
5
5
  "author": {
6
6
  "name": "Damian Krzeminski",
@@ -25,6 +25,7 @@
25
25
  },
26
26
  "files": [
27
27
  "index.js",
28
- "lib"
28
+ "lib",
29
+ "sprite"
29
30
  ]
30
31
  }