WIP: correct package.json
This commit is contained in:
parent
a1e7cd647b
commit
d170056595
4 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
plugis client for typescript / bun
|
plugis client for typescript / bun
|
||||||
|
|
||||||
|
## publish the package
|
||||||
|
|
||||||
|
|
||||||
## use plugis-client with bun
|
## use plugis-client with bun
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "plugis-client",
|
"name": "plugis-client",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "index.js",
|
"main": "PlugisClass.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://git.fibre.plugis.com"
|
"registry": "https://git.fibre.plugis.com"
|
||||||
|
|
|
||||||
3
sample/index.ts
Normal file
3
sample/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { PlugisClass } from "plugis-client";
|
||||||
|
|
||||||
|
console.log(PlugisClass)
|
||||||
Loading…
Add table
Reference in a new issue