@gravitywiz/types 0.0.4 → 0.0.5

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,12 +5,12 @@ Herein find TypeScript definitions for Gravity Forms, Perks crafted by Gravity W
5
5
  ## 💾 Installation
6
6
 
7
7
  ```sh
8
- yarn add -D types-gravity-wiz
8
+ yarn add -D @gravitywiz/types
9
9
  ```
10
10
 
11
11
  or...
12
12
  ```sh
13
- npm install --save-dev types-gravity-wiz
13
+ npm install --save-dev @gravitywiz/types
14
14
  ```
15
15
 
16
16
  ## 🚀 Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitywiz/types",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "TypesScript type definitions for Gravity Forms and Gravity Wiz.",
5
5
  "author": "Gravity Wiz",
6
6
  "license": "MIT",