@anitrack/patreon-wrapper 1.4.0 → 1.4.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/README.md +3 -3
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
- [Sandbox for development](#Sandboxing)
|
|
14
14
|
- [License](#license)
|
|
15
15
|
|
|
16
|
+
<br />
|
|
17
|
+
|
|
16
18
|
## Installing
|
|
17
19
|
|
|
18
20
|
Using NPM
|
|
@@ -128,9 +130,7 @@ Clean Response Example
|
|
|
128
130
|
|
|
129
131
|
## Sandboxing
|
|
130
132
|
|
|
131
|
-
> This is great for development and working with fake patrons users. The fake patrons
|
|
132
|
-
|
|
133
|
-
<br />
|
|
133
|
+
> This is great for development and working with fake patrons users. The fake patrons object will be exactly the same as real ones!
|
|
134
134
|
|
|
135
135
|
### Importing Sandbox
|
|
136
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anitrack/patreon-wrapper",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Discord Patreon wrapper for AniTrack",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib",
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
"url": "git://github.com/AniTrack/patreon-wrapper.git"
|
|
14
14
|
},
|
|
15
15
|
"author": "AniTrack",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"patreon",
|
|
18
|
+
"discord",
|
|
19
|
+
"api"
|
|
20
|
+
],
|
|
16
21
|
"license": "MIT",
|
|
17
22
|
"bugs": {
|
|
18
23
|
"url": "https://github.com/AniTrack/patreon-wrapper/issues"
|