Skip to content

Commit 4842946

Browse files
committed
Release 0.1.1
1 parent 3155c25 commit 4842946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lucid-ts-sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Lucid KV TypeScript wrapper 🍬 High performance and distributed KV store accessible through an HTTP API.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"build": "tsc",
2525
"docs": "rm -rf docs && typedoc --out docs src && touch docs/.nojekyll",
26-
"docs-publish": "gh-pages -d docs && rm -rf docs",
26+
"docs-publish": "yarn docs && gh-pages -d docs -t && rm -rf docs",
2727
"test": "echo No tests available yet",
2828
"prepublishOnly": "yarn test && yarn build"
2929
},
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"url": "https://github.com/lucid-kv/ts-sdk.git"
3737
},
38-
"author": "rigwild <[email protected]>",
38+
"author": "rigwild <[email protected]> (https://rigwild.dev/)",
3939
"license": "MIT",
4040
"dependencies": {
4141
"es6-promise": "^4.2.8",

0 commit comments

Comments
 (0)