Skip to content

Commit

Permalink
Fix npm scripts and readme; update version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mixaildudin committed Apr 6, 2020
1 parent 9f4c3de commit a584188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Лексический редупликатор

**Внимание! Исходный код содержит ненормативную лексику!**
В readme все нецензурные слова прикрыты звездочками. Х*ездочками.
Здесь и далее все нецензурные слова прикрыты звёздочками. Х*ёздочками.

## Что это такое?
Лексическая-х\*ическая редупликация-х\*епликация.
Expand All @@ -19,7 +19,7 @@

## Использование
### REPL
Поиграться в консоли можно, склонировав репозиторий и запустив REPL: `npm run repl`.
Можно поиграться в консоли: клонируем репозиторий, выполняем `npm i` и запускаем REPL: `npm run repl`.

### В коде
#### Самый простой вариант использования
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reduplicator",
"version": "1.0.4",
"description": "Lexical reduplicator for russian words",
"version": "1.0.5",
"description": "Х*ефикатор русских слов",
"keywords": [
"russian",
"lexical",
Expand All @@ -18,8 +18,8 @@
},
"license": "MIT",
"scripts": {
"test": "tsc & node ./node_modules/mocha/bin/mocha ./lib/test/tests.js",
"repl": "tsc & node ./lib/repl.js"
"test": "tsc && mocha ./lib/test/tests.js",
"repl": "tsc && node ./lib/repl.js"
},
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down

0 comments on commit a584188

Please sign in to comment.