@nicksakerin/eimzo 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -30
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -408,36 +408,6 @@ if (!secondResult.success) throw secondResult.error;
408
408
  console.log('Документ подписан двумя подписями');
409
409
  ```
410
410
 
411
- ## Разработка
412
-
413
- ### Установка зависимостей
414
-
415
- ```bash
416
- npm install
417
- ```
418
-
419
- ### Сборка
420
-
421
- ```bash
422
- npm run build
423
- ```
424
-
425
- ### Тестирование
426
-
427
- ```bash
428
- # Запуск тестов
429
- npm test
430
-
431
- # Запуск в режиме watch
432
- npm run test:watch
433
-
434
- # Запуск с UI
435
- npm run test:ui
436
-
437
- # Запуск с покрытием
438
- npm run test:coverage
439
- ```
440
-
441
411
  ## Лицензия
442
412
 
443
413
  ISC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicksakerin/eimzo",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Библиотека для работы с клиентом EIMZO",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",