Skip to content

Commit 705e77f

Browse files
author
Nikolay Feldman
committed
1.2.3
1 parent 6552107 commit 705e77f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dist/simple-tracker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/simple-tracker.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-tracker",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Easy client-side tracking library to log events, metrics, errors, and messages",
55
"main": "dist/simple-tracker.min.js",
66
"repository": {
@@ -11,6 +11,7 @@
1111
"build": "grunt",
1212
"unit-test": "ENV=tests ./node_modules/.bin/_mocha -R spec ./test/unit/**/*.js ./test/unit/**/**/*.js",
1313
"test": "nyc --reporter=html --reporter=text npm run unit-test",
14+
"preversion": "npm test",
1415
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
1516
},
1617
"author": "Nikolay Feldman",

0 commit comments

Comments
 (0)