1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: update readme

This commit is contained in:
James Cook 2021-10-29 18:46:39 +01:00
parent fb1007e71c
commit 7676b50ccf
3 changed files with 28 additions and 2 deletions

View file

@ -23,6 +23,7 @@ function main() {
Buffer.from(sourceObj.version, 'utf-8')
)
fs.copyFileSync(__dirname + '/../.npmignore', __dirname + '/.npmignore')
fs.copyFileSync(__dirname + '/../README.MD', __dirname + '/README.MD')
}
main()