1
0
mirror of https://github.com/chanind/hanzi-writer-data.git synced 2025-07-19 15:28:54 +08:00

renaming LICENSE to ARPHICPL.TXT as specified by the license

This commit is contained in:
David Chanin 2018-02-03 23:01:53 +08:00
parent da57e525a8
commit dff5f042b9
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"description": "The character data used by Hanzi Writer. This data is derived from the Make Me a Hanzi project.",
"repository": "chanind/hanzi-writer-data",
"main": "index.js",
"license" : "SEE LICENSE IN LICENSE",
"license" : "SEE LICENSE IN ARPHICPL.TXT",
"scripts": {
"prepublishOnly": "cp -r data/* ."
},