Browse Source

fix version in package-lock; modify a project task

openssl
Trent Larson 10 months ago
parent
commit
56fc2893a2
  1. 4
      package-lock.json
  2. 2
      project.task.yaml

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "kickstart-for-time-pwa",
"version": "0.1.0",
"version": "0.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kickstart-for-time-pwa",
"version": "0.1.0",
"version": "0.1.3",
"dependencies": {
"@ethersproject/hdnode": "^5.7.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",

2
project.task.yaml

@ -48,7 +48,7 @@ tasks:
- .5 Display a more appealing confirmation on the map when erasing the marker
- .5 make a VC details page
- .1 Add units or different icon to the coins (to distinguish $, BTC, hours, etc)
- .1 remove firstName (& lastName) from localStorage
- .5 include the hash of the latest commit on help page next to version
- contacts v+ :
- 01 Import all the non-sensitive data (ie. contacts & settings).

Loading…
Cancel
Save