Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "corsica", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Ephemeral screens for the masses.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -72,2 +72,3 @@ console.log( | ||
function identify() { | ||
document.querySelector('#name').textContent = config.name; | ||
toast('I am ' + config.name, 10000); | ||
@@ -74,0 +75,0 @@ } |
Sorry, the diff of this file is not supported yet
119918
1719