@mysten/sui.js
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"license": "Apache-2.0", | ||
@@ -20,4 +20,3 @@ "main": "dist/index.js", | ||
"size": "size-limit", | ||
"analyze": "size-limit --why", | ||
"release": "np" | ||
"analyze": "size-limit --why" | ||
}, | ||
@@ -65,4 +64,3 @@ "husky": { | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.6.3", | ||
"np": "*" | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -69,0 +67,0 @@ "dependencies": { |
@@ -9,15 +9,6 @@ # Sui TypeScript SDK | ||
We haven't published the npm package yet, so right now you may use [npm link](https://docs.npmjs.com/cli/v8/commands/npm-link) to install it locally. | ||
```bash | ||
cd sui/sdk/typescript | ||
yarn && yarn build && npm link | ||
$ yarn add @mysten/sui.js | ||
``` | ||
Then: | ||
```bash | ||
cd your/project | ||
npm link sui.js | ||
``` | ||
## Local Development Environment Setup | ||
@@ -24,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
900139
48