This commit is contained in:
Philipp Kunz 2018-09-29 23:57:26 +02:00
parent 068a199f7b
commit 30ec9b5ec5
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartmail", "name": "smartmail",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "smartmail", "name": "smartmail",
"version": "1.0.1", "version": "1.0.2",
"private": false, "private": false,
"description": "a unified format for representing and dealing with mails", "description": "a unified format for representing and dealing with mails",
"main": "dist/index.js", "main": "dist/index.js",
@ -20,4 +20,4 @@
"@types/node": "^10.11.3" "@types/node": "^10.11.3"
}, },
"dependencies": {} "dependencies": {}
} }