Skip to content

Commit

Permalink
fix packaging issue (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubessy authored Jan 16, 2021
1 parent 502a029 commit a2f9c6e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quintet"
version = "0.1.0"
version = "0.1.2"
authors = ["yubessy <yubessy0@gmail.com>"]
description = "Renju library with wasm-pack"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# quintet

Renju library with wasm-pack

# Note

manually fixed https://github.com/rustwasm/wasm-pack/issues/837
22 changes: 12 additions & 10 deletions pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "@renju-note/quintet",
"collaborators": [
"yubessy <yubessy0@gmail.com>"
],
"description": "Renju library with wasm-pack",
"version": "0.1.0",
"files": [
"quintet_bg.js",
"quintet_bg.wasm",
"quintet_bg.wasm.d.ts",
"quintet.d.ts",
"quintet.js"
],
"license": "MIT",
"module": "quintet.js",
"name": "@renju-note/quintet",
"repository": {
"type": "git",
"url": "https://github.com/renju-note/quintet"
},
"files": [
"quintet_bg.wasm",
"quintet.js",
"quintet.d.ts"
],
"module": "quintet.js",
"sideEffects": false,
"types": "quintet.d.ts",
"sideEffects": false
}
"version": "0.1.2"
}
Binary file modified pkg/quintet_bg.wasm
Binary file not shown.

0 comments on commit a2f9c6e

Please sign in to comment.