Skip to content

Commit

Permalink
Preparing for initial publication
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Oct 3, 2019
1 parent 14c3cc1 commit ebd5bd6
Show file tree
Hide file tree
Showing 4 changed files with 2,742 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
9 changes: 9 additions & 0 deletions README
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.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "lib/index.js",
"types": "lib/index.js.d.ts",
"files": ["lib/"],
"keywords": [
"go",
"baduk",
Expand All @@ -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"
Expand Down
Loading

0 comments on commit ebd5bd6

Please sign in to comment.