perfume.js
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "perfume-angular", | ||
"version": "1.0.1", | ||
"version": "1.0.5", | ||
"description": "", | ||
"main": "perfume.js", | ||
"main": "dist/perfume.js", | ||
"scripts": { | ||
"build": "tsc && tsc --module commonjs", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc && tsc --module commonjs" | ||
}, | ||
@@ -10,0 +9,0 @@ "author": "Leonardo Zizzamia", |
{ | ||
"name": "perfume.js", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "JavaScript library for measuring Short and Long Script, First Contentful Paint (FCP), Time to Interactive (TTI), Component First Paint (CFM), annotating them to the DevTools timeline and reporting the results to Google Analytics.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
324755