viki-web-utils
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -21,3 +21,3 @@ 'use strict'; | ||
// increment count and save | ||
this.saveCount(++this.count); | ||
this.saveCount(this.count + 1); | ||
@@ -42,3 +42,3 @@ // reduce tabs open before page unload | ||
value: function beforePageUnload() { | ||
this.saveCount(--this.count); | ||
this.saveCount(this.count - 1); | ||
} | ||
@@ -45,0 +45,0 @@ }]); |
{ | ||
"name": "viki-web-utils", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Utils used by the Viki web app", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "./node_modules/jasmine/bin/jasmine.js", | ||
"build": "babel src --presets babel-preset-es2015 --out-dir dist", | ||
@@ -9,0 +9,0 @@ "prepublish": "npm run build" |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
13208
11
249
2