Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e77e69

Browse files
committedSep 2, 2018
build: logger patch version
1 parent 7b8abed commit 9e77e69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@techpacket-build-tools/core": "^1.0.2",
2828
"@techpacket-build-tools/errors": "^1.0.2",
29-
"@techpacket-build-tools/logger": "^1.0.2",
29+
"@techpacket-build-tools/logger": "^1.0.4",
3030
"address": "^1.0.1",
3131
"cac": "^4.4.1",
3232
"chalk": "^2.0.1",

‎packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@babel/core": "^7.0.0-beta.56",
44
"@techpacket-build-tools/bs-loader": "^1.0.2",
55
"@techpacket-build-tools/dev-utils": "^1.0.2",
6-
"@techpacket-build-tools/logger": "^1.0.2",
6+
"@techpacket-build-tools/logger": "^1.0.4",
77
"@techpacket-build-tools/plugin-webpack-logger": "^1.0.2",
88
"babel-loader": "^8.0.0-beta.2",
99
"chalk": "^2.3.2",

‎packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"type": "git",
1818
"url": "https://github.com/TechPacket/techpacket-build-tools/tree/master/packages/logger"
1919
},
20-
"version": "1.0.2",
20+
"version": "1.0.4",
2121
"gitHead": "1eb433abdd7ef036d1fd62c3a6a798c472dc8e1f"
2222
}

0 commit comments

Comments
 (0)
Please sign in to comment.