This commit is contained in:
Vitalii Goma 2017-01-24 19:40:06 +03:00
parent e45c719814
commit cdfc766557
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1.0.5 / 2017-01-24
==================
* Улучшение: Фиксация версий всех зависимостей
1.0.4 / 2017-01-20 1.0.4 / 2017-01-20
================== ==================

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "crypto-pro", "name": "crypto-pro",
"version": "1.0.4", "version": "1.0.5",
"dependencies": { "dependencies": {
"acorn": { "acorn": {
"version": "3.3.0", "version": "3.3.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "crypto-pro", "name": "crypto-pro",
"version": "1.0.4", "version": "1.0.5",
"description": "API для взаимодействия с КриптоПро", "description": "API для взаимодействия с КриптоПро",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {