perfume.js
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "perfume.js", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -36,3 +36,3 @@ "keywords": [], | ||
"lint-staged": { | ||
"{src,test}/**/*.ts": [ | ||
"{src,__tests__}/**/*.ts": [ | ||
"prettier --write --no-semi --single-quote", | ||
@@ -92,2 +92,3 @@ "git add" | ||
"jest": "^21.0.0", | ||
"lint-staged": "^6.0.0", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -94,0 +95,0 @@ "prettier": "^1.4.4", |
@@ -1,2 +0,2 @@ | ||
# Perfume.js version 0.0.1 | ||
# Perfume.js v0.1.0 | ||
@@ -3,0 +3,0 @@ Perfume is a tiny JavaScript library for measuring Short/Long Script, First Meaningful Paint, TTI (Time to Interactivity), annotating them to the DevTools timeline and reporting the results to Google Analytics. |
48626
22