@gravitywiz/types 0.0.3 → 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.
- package/README.md +2 -2
- package/package.json +2 -2
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
|
|
8
|
+
yarn add -D @gravitywiz/types
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
or...
|
|
12
12
|
```sh
|
|
13
|
-
npm install --save-dev types
|
|
13
|
+
npm install --save-dev @gravitywiz/types
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## 🚀 Usage
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitywiz/types",
|
|
3
|
-
"version": "0.0.
|
|
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",
|
|
7
7
|
"main": "",
|
|
8
8
|
"types": "index.d.ts",
|
|
9
9
|
"private": false,
|
|
10
|
-
"
|
|
10
|
+
"dependencies": {
|
|
11
11
|
"@types/jquery": "^3.5.16",
|
|
12
12
|
"@types/plupload": "^2.0.10"
|
|
13
13
|
}
|