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
},
"npmci": {
"globalNpmTools": [
"npmts"
"npmGlobalTools": [
"@gitzone/npmts"
],
"npmAccessLevel": "public"
}

2
package-lock.json generated
View File

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

View File

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