Skip to content

Commit f3e52e9

Browse files
committed
fix: update main entry points
1 parent a13f24a commit f3e52e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statful-client-javascript",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Statful client for Javascript applications",
55
"main": "dist/statful.js",
66
"authors": [

dist/statful.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* statful-client-javascript 1.1.4
2+
* statful-client-javascript 1.1.5
33
* Copyright 2016 Statful <https://www.statful.com/>
44
*/
55
(function(window) {

dist/statful.min.js

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statful-client-javascript",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Statful client for Javascript applications",
55
"banner": "/**\n* <%= pkg.name %> <%= pkg.version %>\n* Copyright 2016 Statful <https://www.statful.com/>\n*/\n",
66
"scripts": {

0 commit comments

Comments
 (0)