Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from ChainSafe/greg/patch
Browse files Browse the repository at this point in the history
remove wasm from gitignore and updated files in package.json
  • Loading branch information
GregTheGreek committed Sep 7, 2019
2 parents 3dc89ef + bb97613 commit 00f9f87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*.wasm
*.wasm.map
*.asm.js
Binary file added build/optimized.wasm
Binary file not shown.
Binary file added build/untouched.wasm
Binary file not shown.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/as-sha256",
"version": "0.1.1",
"version": "0.1.2",
"description": "An AssemblyScript implementation of SHA256",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand All @@ -14,6 +14,10 @@
},
"main": "lib/index.js",
"types": "lib/index.d.js",
"files": [
"lib",
"build"
],
"scripts": {
"prebuild": "rm -rf ./dist",
"prepublish": "yarn build",
Expand Down

0 comments on commit 00f9f87

Please sign in to comment.