og-players 0.0.2 → 0.0.3

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 +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,13 +132,6 @@ mapPlayers(players);
132
132
  ```
133
133
 
134
134
 
135
- ## API
136
-
137
-
138
- ### `hello(name)`
139
-
140
- Descripción de la función.
141
-
142
135
  ## License
143
136
 
144
137
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "og-players",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {