Compare commits

...

2 Commits

Author SHA1 Message Date
a0b237ca8c 3.0.1 2018-07-17 23:23:08 +02:00
4a7139b6f8 fix(core): update 2018-07-17 23:23:07 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
"coverageTreshold":50 "coverageTreshold":50
}, },
"npmci": { "npmci": {
"globalNpmTools": [ "npmGlobalTools": [
"npmts" "@gitzone/npmts"
], ],
"npmAccessLevel": "public" "npmAccessLevel": "public"
} }

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "early", "name": "early",
"version": "3.0.0", "version": "3.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/early", "name": "@pushrocks/early",
"version": "3.0.0", "version": "3.0.1",
"private": false, "private": false,
"description": "minimal and fast loading plugin for startup time measuring", "description": "minimal and fast loading plugin for startup time measuring",
"main": "dist/index.js", "main": "dist/index.js",