Compare commits

..

2 Commits

Author SHA1 Message Date
78e57394c9 1.0.8 2018-04-05 10:34:57 +02:00
5f9f670546 add access level for npm 2018-04-05 10:34:54 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
"npmci": {
"npmGlobalTools": [
"npmts"
]
],
"npmAccessLevel": "public"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartuniverse",
"version": "1.0.7",
"version": "1.0.8",
"description": "messaging service for your micro services",
"main": "dist/index.js",
"typings": "dist/index.d.ts",