Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Feb 3, 2023
1 parent a8c942f commit 2941b07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@masa-finance/masa-sdk",
"version": "1.2.0",
"description": "Brand new masa SDK",
"description": "Brand new Masa SDK",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"unpkg": "./dist/browser/masa-sdk.cjs2.min.js",
Expand All @@ -15,7 +15,6 @@
"start": "yarn build:watch",
"build": "yarn build:tsc && yarn build:dist",
"build:tsc": "tsc",
"build:metadata": "./scripts/get-metadata.js > src/metadata.json",
"build:dist": "cross-env NODE_ENV=production webpack",
"build:watch": "tsc -w",
"prettier": "prettier ./src ./test --write",
Expand Down

0 comments on commit 2941b07

Please sign in to comment.