Skip to content

Commit

Permalink
remove lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bigirishlion committed Jun 7, 2024
1 parent bfdf0d3 commit 8097034
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@koralabs/adahandle-sdk",
"version": "1.5.2",
"version": "1.5.3",
"description": "SDK for ADA Handle",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"url": "https://github.com/koralabs/adahandle-sdk",
"keywords": [
"cardano",
Expand All @@ -24,9 +24,9 @@
"lint": "echo No linting configured",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --watchAll=false",
"build": "tsc",
"build": "tsc && cp package.json ./lib/package.json",
"watch": "tsc --watch",
"npm:publish": "yarn build && yarn publish"
"npm:publish": "yarn build && cp package.json ./lib/package.json && (cd ./lib && npm publish)"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 8097034

Please sign in to comment.