Skip to content

Commit

Permalink
Release 0.0.3 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Jan 17, 2023
1 parent a2767bc commit 7f9c32a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"name": "@iden3/js-crypto",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"source": "./src/index.ts",
"esm:esbuild": "dist/esm_esbuild/index.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist",
"config",
"scripts",
"src",
"tsconfig.json"
"dist"
],
"scripts": {
"build": "npm run clean && npm run build:esm && npm run build:umd && npm run build:esm:esbuild && npm run build:tsc",
Expand Down

0 comments on commit 7f9c32a

Please sign in to comment.