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

Commit 00f9f87

Browse files
authored
Merge pull request #15 from ChainSafe/greg/patch
remove wasm from gitignore and updated files in package.json
2 parents 3dc89ef + bb97613 commit 00f9f87

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

build/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
*.wasm
21
*.wasm.map
32
*.asm.js

build/optimized.wasm

7.48 KB
Binary file not shown.

build/untouched.wasm

11.3 KB
Binary file not shown.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/as-sha256",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "An AssemblyScript implementation of SHA256",
55
"author": "ChainSafe Systems",
66
"license": "LGPL-3.0",
@@ -14,6 +14,10 @@
1414
},
1515
"main": "lib/index.js",
1616
"types": "lib/index.d.js",
17+
"files": [
18+
"lib",
19+
"build"
20+
],
1721
"scripts": {
1822
"prebuild": "rm -rf ./dist",
1923
"prepublish": "yarn build",

0 commit comments

Comments
 (0)