@bizkit.io/webclient 0.1.1 → 0.1.2

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 +1 -1
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ Under development.
7
7
  - Install:
8
8
 
9
9
  ```bash
10
- npm add @bizkit.io/webclient
10
+ npm install @bizkit.io/webclient
11
11
  ```
12
12
 
13
13
  - Import:
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@bizkit.io/webclient",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Web client to get bizkit.io tokens",
5
+ "keywords": [
6
+ "bizkit.io",
7
+ "paywall",
8
+ "token"
9
+ ],
5
10
  "homepage": "https://github.com/bizkit.io/webclient#readme",
6
11
  "bugs": {
7
12
  "url": "https://github.com/bizkit.io/webclient/issues"