Skip to content

Commit

Permalink
updated latest 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cf committed Sep 22, 2023
1 parent 05f72f2 commit 79c9a72
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist-ssr
*.local
coverage

# Editor directories and files
.vscode/*
.history/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "poseidon2",
"license": "MIT",
"author": "Open Asset Standards",
"version": "0.2.0",
"version": "0.1.2",
"description": "A zero dependency TypeScript implementation of the Poseidon2 Hash Function",
"main": "./dist/poseidon2.cjs",
"module": "./dist/poseidon2.mjs",
Expand Down

0 comments on commit 79c9a72

Please sign in to comment.