Comparing version 0.0.5 to 0.0.6
@@ -5,3 +5,3 @@ /* https://github.com/bubenshchykov/dunno */ | ||
var key = 'dunno#v0.0.5'; | ||
var key = 'dunno#v0.0.6'; | ||
var sep = ' ~\n'; | ||
@@ -12,3 +12,3 @@ var mask = '<:tag id=":id" cl=":class">:info</:tag>'; | ||
var started, href; | ||
var storage = window.localStorage; | ||
var storage; | ||
@@ -39,2 +39,3 @@ exports.start = function(opts) { | ||
try { | ||
storage = window.localStorage | ||
storage.setItem(key + '-ping', 1); | ||
@@ -41,0 +42,0 @@ storage.removeItem(key + '-ping'); |
{ | ||
"name": "dunno", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "track last N user actions at any point of time", | ||
@@ -5,0 +5,0 @@ "main": "dunno.js", |
@@ -47,1 +47,5 @@ [![Build Status](https://travis-ci.org/bubenshchykov/dunno.png?branch=master)](https://travis-ci.org/bubenshchykov/dunno) | ||
Just post ```dunno.tell()``` to LogEntries or whatever you use. Now you know! | ||
Example | ||
=== | ||
![Dunno](https://dl.dropboxusercontent.com/u/17696220/dunno.png) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25031
99
51