-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2,742 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package-lock=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
|
||
# Current state | ||
|
||
*Warning* This code base has been extracted from the online-go.com source code | ||
where it was highly integrated and minimally touched for many years even during | ||
some moderinization of the rest of the site. Until v 1.0 is released of this | ||
library, it is not recommended to make use of it as much overhaul is happening | ||
to improve usability on sites other than online-go.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"description": "", | ||
"main": "lib/index.js", | ||
"types": "lib/index.js.d.ts", | ||
"files": ["lib/"], | ||
"keywords": [ | ||
"go", | ||
"baduk", | ||
|
@@ -23,7 +24,7 @@ | |
"type": "git", | ||
"url": "git+https://github.com/online-go/goban.git" | ||
}, | ||
"author": "Akita Noek", | ||
"author": "Akita Noek <[email protected]> (https://online-go.com/)", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/online-go/goban/issues" | ||
|
Oops, something went wrong.