wallet 0.1.220002 → 0.1.220006

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 (3) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
- module.exports = function(){
3
- console.log("Welcome to the Wallet npm package. Official launch of this module is scheduled for September 10th, 2020.");
2
+ module.exports = function () {
3
+ console.log("Welcome to the Wallet npm package. Official launch of this module is scheduled for January 20th, 2021.");
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wallet",
3
- "version": "0.1.220002",
3
+ "version": "0.1.220006",
4
4
  "description": "Provided by Wallet Inc.",
5
5
  "main": "index.js",
6
6
  "author": "John Turnham",
package/readme.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  > Access to this module is presently restricted to customers of Wallet Inc.
5
5
 
6
- > Public version 1.0 of this package is scheduled for release on October 25th, 2020.
6
+ > Public version 1.0 of this package is scheduled for release on January 20th, 2021.
7
7
 
8
8
  ## Summary
9
9
 
@@ -18,4 +18,4 @@ npm install wallet
18
18
 
19
19
  ## Usage
20
20
 
21
- Please stay tuned for version 1.0 of this module, scheduled for release on October 25th, 2020.
21
+ Please stay tuned for version 1.0 of this module, scheduled for release on January 20th, 2021.