WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5c06b1a

Browse files
committed
1.0.2
1 parent 3bec5b8 commit 5c06b1a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-logger",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "> Enhance $log for better logging, including patterns and level management",
55
"main": "angular-logger.min.js",
66
"scripts": {
@@ -21,11 +21,13 @@
2121
"name": "Benny Bottema",
2222
"url": "http://blog.projectnibble.org"
2323
},
24-
"contributors": [{
25-
"name": "Pablo Dorgambide",
26-
"email": "[email protected]",
27-
"url": "http://www.qualigy.com"
28-
}],
24+
"contributors": [
25+
{
26+
"name": "Pablo Dorgambide",
27+
"email": "[email protected]",
28+
"url": "http://www.qualigy.com"
29+
}
30+
],
2931
"license": "MIT",
3032
"bugs": {
3133
"url": "https://github.com/better-js-logging/angular-logger/issues"
@@ -54,4 +56,4 @@
5456
"gulp-jasmine-browser": "0.1.2",
5557
"phantomjs": "1.9.17"
5658
}
57-
}
59+
}

0 commit comments

Comments
 (0)