We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2e421 commit 0ca9eb7Copy full SHA for 0ca9eb7
package.json
@@ -1,11 +1,13 @@
1
{
2
"name": "@quest-chains/sdk",
3
"description": "An SDK for building applications on top of Quest Chains",
4
- "version": "0.1.2",
+ "version": "0.1.3",
5
"license": "GPL-3.0",
6
"main": "dist/index.js",
7
"typings": "dist/index.d.ts",
8
- "files": ["dist/**/*"],
+ "files": [
9
+ "dist/**/*"
10
+ ],
11
"engines": {
12
"node": ">=14"
13
},
@@ -34,7 +36,10 @@
34
36
"url": "https://github.com/quest-chains/sdk/issues"
35
37
38
"homepage": "https://github.com/quest-chains/sdk#readme",
- "keywords": ["ethereum", "quest-chains"],
39
+ "keywords": [
40
+ "ethereum",
41
+ "quest-chains"
42
43
"prettier": {
44
"semi": true,
45
"trailingComma": "all",
0 commit comments