v1.4.10
This commit is contained in:
parent
3d14a9a027
commit
668a1e8371
7 changed files with 7 additions and 7 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018 anseki
|
Copyright (c) 2019 anseki
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* readlineSync
|
* readlineSync
|
||||||
* https://github.com/anseki/readline-sync
|
* https://github.com/anseki/readline-sync
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 anseki
|
* Copyright (c) 2019 anseki
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* readlineSync
|
* readlineSync
|
||||||
* https://github.com/anseki/readline-sync
|
* https://github.com/anseki/readline-sync
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 anseki
|
* Copyright (c) 2019 anseki
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# readlineSync
|
# readlineSync
|
||||||
# https://github.com/anseki/readline-sync
|
# https://github.com/anseki/readline-sync
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 anseki
|
# Copyright (c) 2019 anseki
|
||||||
# Licensed under the MIT license.
|
# Licensed under the MIT license.
|
||||||
|
|
||||||
Param(
|
Param(
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# readlineSync
|
# readlineSync
|
||||||
# https://github.com/anseki/readline-sync
|
# https://github.com/anseki/readline-sync
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 anseki
|
# Copyright (c) 2019 anseki
|
||||||
# Licensed under the MIT license.
|
# Licensed under the MIT license.
|
||||||
|
|
||||||
# Use perl for compatibility of sed/awk of GNU / POSIX, BSD. (and tr)
|
# Use perl for compatibility of sed/awk of GNU / POSIX, BSD. (and tr)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* readlineSync
|
* readlineSync
|
||||||
* https://github.com/anseki/readline-sync
|
* https://github.com/anseki/readline-sync
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 anseki
|
* Copyright (c) 2019 anseki
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "readline-sync",
|
"name": "readline-sync",
|
||||||
"version": "1.4.9",
|
"version": "1.4.10",
|
||||||
"title": "readlineSync",
|
"title": "readlineSync",
|
||||||
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
|
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in a new issue