Compare commits

2 Commits

Author SHA1 Message Date
1f262b728e 1.0.17 2018-05-22 16:24:33 +02:00
88de9912e4 fix(pacakge name): switch to @pushrocks scope 2018-05-22 16:24:33 +02:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "smartupdate", "name": "@pushrocks/smartupdate",
"version": "1.0.16", "version": "1.0.17",
"description": "update your tools in a smart way", "description": "update your tools in a smart way",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",