clashofclans.js 3.3.20-dev.558e74c → 3.3.20-dev.81a1a81

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,6 +19,8 @@
19
19
  - [Documentation](https://clashofclans.js.org/docs/)
20
20
  - [Clash of Clans Developer Website](https://developer.clashofclans.com/)
21
21
  - [Clash of Clans API Community Discord](https://discord.gg/Eaja7gJ)
22
+ - [Contributing Guidelines](CONTRIBUTING.md)
23
+ - [Code of Conduct](CODE_OF_CONDUCT.md)
22
24
 
23
25
  ### Examples
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clashofclans.js",
3
- "version": "3.3.20-dev.558e74c",
3
+ "version": "3.3.20-dev.81a1a81",
4
4
  "description": "JavaScript library for interacting with the Clash of Clans API",
5
5
  "author": "https://clashofclans.js.org",
6
6
  "license": "MIT",