bump npm patch version

pull/122/head
Robin Moisson 2018-02-19 19:08:33 +01:00
rodzic 787a1e1f0e
commit c7e1b5c3b4
2 zmienionych plików z 2 dodań i 2 usunięć

2
cli/package-lock.json wygenerowano
Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "staticrypt-cli",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "staticrypt",
"version": "1.1.1",
"version": "1.1.2",
"description": "Based on the [crypto-js](https://github.com/brix/crypto-js) library, StatiCrypt uses AES-256 to encrypt your input with your passphrase and put it in a HTML file with a password prompt that can decrypted in-browser (client side).",
"main": "index.js",
"bin": {