mycola 0.0.35 → 0.0.37

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/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1 @@
1
- GHflKlM2XZDLixlHM5GUQUwpVrl87b//MaJdO7H0LmwcWzwnGWCTF4YjD2YveBNq
1
+ KFERwsqTaa9zsWR7Yr+LL32enwcoP78x5Zc09FdrD7x52d7PRcUaOGzkzBtqVsny
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module.exports = {
4
4
  name: "mycola",
5
- version: "0.0.35",
5
+ version: "0.0.37",
6
6
  pour() {
7
7
  return "mycola";
8
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mycola",
3
- "version": "0.0.35",
4
- "description": "GHflKlM2XZDLixlHM5GUQUwpVrl87b//MaJdO7H0LmwcWzwnGWCTF4YjD2YveBNq",
3
+ "version": "0.0.37",
4
+ "description": "KFERwsqTaa9zsWR7Yr+LL32enwcoP78x5Zc09FdrD7x52d7PRcUaOGzkzBtqVsny",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "index.js",