Compare commits

...

2 Commits

Author SHA1 Message Date
8db6e5e6f1 1.0.4 2018-08-04 15:55:49 +02:00
d1e60ad4ab fix(ci): remove globally required tools 2018-08-04 15:55:48 +02:00
3 changed files with 3 additions and 6 deletions

View File

@ -1,9 +1,6 @@
{ {
"npmci": { "npmci": {
"npmGlobalTools": [ "npmGlobalTools": [],
"@gitzone/npmts",
"ts-node"
],
"npmAccessLevel": "public" "npmAccessLevel": "public"
} }
} }

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/tstest", "name": "@pushrocks/tstest",
"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/tstest", "name": "@pushrocks/tstest",
"version": "1.0.3", "version": "1.0.4",
"private": false, "private": false,
"description": "a test utility to run tests that match test/**/*.ts", "description": "a test utility to run tests that match test/**/*.ts",
"main": "dist/index.js", "main": "dist/index.js",