npm publish with docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-02 18:31:41 +03:00
parent 6a5bf2cddb
commit 42e45a4e61
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# object-run.js
`object-run.js` implements the tools needed to use the [Concatinative
_object-run.js_ implements the tools needed to use the [Concatinative
Programming Style](https://en.wikipedia.org/wiki/Concatenative_programming_language)
on native JavaScript structures/objects.

View File

@ -1,6 +1,6 @@
{
"name": "object-run",
"version": "1.0.0",
"version": "1.0.1",
"description": "Implements .run(..) method on object.",
"main": "run.js",
"scripts": {