2 Commits

Author SHA1 Message Date
390e0f7b9e 1.0.4 2018-09-30 12:36:17 +02:00
a63c26c05d fix(npm): access level 2018-09-30 12:36:17 +02:00
3 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@
"npmGlobalTools": [ "npmGlobalTools": [
"@gitzone/npmts", "@gitzone/npmts",
"ts-node" "ts-node"
] ],
"npmAccessLevel": "public"
} }
} }

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartmail", "name": "@pushrocks/smartmail",
"version": "1.0.3", "version": "1.0.4",
"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",