Skip to content

Commit

Permalink
Publish test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaxcess committed May 3, 2024
1 parent 3d76f8b commit e73335b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions skale/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kredeum/skale",
"version": "0.0.1",
"description": "",
"version": "1.0.0",
"description": "Skale package",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -16,6 +16,10 @@
"author": "Kredeum",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down

0 comments on commit e73335b

Please sign in to comment.