2 Commits

Author SHA1 Message Date
0cbc8d267a 1.0.7 2018-05-22 13:59:17 +02:00
8d8cde1447 fix(ci): fix npmextra 2018-05-22 13:59:17 +02:00
2 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
{ {
"npmci": { "npmci": {
"globalNpmTools": [ "npmGlobalTools": [
"npmts" "npmts",
] "ts-node",
"typescript"
],
"npmAccessLevel": "public"
}, },
"npmts": { "npmts": {
"coverageTreshold": 60 "coverageTreshold": 60

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartopen", "name": "@pushrocks/smartopen",
"version": "1.0.6", "version": "1.0.7",
"description": "open things", "description": "open things",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",