@wgb5445/aptos-intent-npm 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Aptos Labs <opensource@aptoslabs.com>"
5
5
  ],
6
6
  "description": "Generating Move Script from intent",
7
- "version": "0.0.6",
7
+ "version": "0.0.7",
8
8
  "type": "module",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
@@ -31,5 +31,8 @@
31
31
  "import": "./dist/esm/entry.js",
32
32
  "default": "./dist/cjs/entry.js"
33
33
  }
34
+ },
35
+ "scripts": {
36
+ "build": "npx rollup -c rollup.config.mjs"
34
37
  }
35
38
  }