Skip to content

Commit 8b06a59

Browse files
committed
chore: release v0.0.3
1 parent 3c79ddf commit 8b06a59

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "replane",
3-
"version": "0.0.2",
4-
"description": "A starter for creating a TypeScript package.",
2+
"name": "replane-sdk",
3+
"version": "0.0.3",
4+
"description": "Replane core TypeScript SDK.",
55
"type": "module",
66
"license": "MIT",
7-
"homepage": "https://github.com/author/library#readme",
7+
"homepage": "https://github.com/tilyupo/replane-javascript#readme",
88
"bugs": {
9-
"url": "https://github.com/author/library/issues"
9+
"url": "https://github.com/tilyupo/replane-javascript/issues"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/author/library.git"
13+
"url": "git+https://github.com/tilyupo/replane-javascript.git"
1414
},
15-
"author": "Author Name <author.name@mail.com>",
15+
"author": "tilyupo <npm@tilyupo.dev>",
1616
"files": [
1717
"dist"
1818
],
@@ -26,6 +26,14 @@
2626
"publishConfig": {
2727
"access": "public"
2828
},
29+
"keywords": [
30+
"replane",
31+
"config",
32+
"configuration",
33+
"sdk",
34+
"feature-flags"
35+
],
36+
"sideEffects": false,
2937
"scripts": {
3038
"build": "tsdown",
3139
"dev": "tsdown --watch",

0 commit comments

Comments
 (0)