Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
type annotations for core messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ghlin committed Nov 26, 2018
1 parent 95c829d commit 9d526b3
Show file tree
Hide file tree
Showing 8 changed files with 3,162 additions and 57 deletions.
94 changes: 47 additions & 47 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ygocore",
"version": "0.0.1",
"main": "dist/ygocore.js",
"types": "dist/ygocore.d.ts",
"description": "bindings for ygocore (https://github.com/Fluorohydride/ygopro-core)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "[WIP] bindings for ygocore (https://github.com/Fluorohydride/ygopro-core)",
"scripts": {
"build": "tsc",
"dev": "nodemon"
Expand Down
Loading

0 comments on commit 9d526b3

Please sign in to comment.