Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit ddfbff1

Browse files
committed
Progress versioning
1 parent f254a02 commit ddfbff1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "log4js2",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/anigenero/log4js2",
55
"authors": [
66
"Robin Schultz <robin@anigenero.com>"
77
],
88
"description": "A fast JavaScript logger with no runtime dependencies that is designed to mirror Apache Log4j 2 functionality",
9-
"main": "dist/log4js2.min.js",
9+
"main": "dist/log4js2.es5.min.js",
1010
"moduleType": [
1111
"amd",
1212
"es6",

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4js2",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"build": "gulp build",
66
"test": "gulp test"
@@ -16,6 +16,14 @@
1616
},
1717
"license": "MIT",
1818
"main": "dist/log4js2.es5.min.js",
19+
"keywords": [
20+
"logger",
21+
"log4j",
22+
"log4j2",
23+
"log4js",
24+
"log",
25+
"console"
26+
],
1927
"devDependencies": {
2028
"assert": "^1.4.1",
2129
"babel-loader": "^6.0.0",

0 commit comments

Comments
 (0)