Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Feldman committed Oct 10, 2018
1 parent 6552107 commit 705e77f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/simple-tracker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/simple-tracker.min.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-tracker",
"version": "1.2.2",
"version": "1.2.3",
"description": "Easy client-side tracking library to log events, metrics, errors, and messages",
"main": "dist/simple-tracker.min.js",
"repository": {
Expand All @@ -11,6 +11,7 @@
"build": "grunt",
"unit-test": "ENV=tests ./node_modules/.bin/_mocha -R spec ./test/unit/**/*.js ./test/unit/**/**/*.js",
"test": "nyc --reporter=html --reporter=text npm run unit-test",
"preversion": "npm test",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"author": "Nikolay Feldman",
Expand Down

0 comments on commit 705e77f

Please sign in to comment.