Skip to content

Commit 1c12084

Browse files
committed
0.4.0
1 parent 903b68f commit 1c12084

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-logger",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A Log4j inspired Logger for Angular 2.",
55
"repository": {
66
"type": "git",
@@ -71,25 +71,21 @@
7171
"homepage": "https://github.com/code-chunks/angular2-logger#readme",
7272
"dependencies": {},
7373
"devDependencies": {
74-
7574
"rimraf": "^2.5.2",
7675
"tslint": "^3.8.1",
7776
"typescript": "1.8.10",
7877
"typings": "^1.0.3",
7978
"uglify-js": "^2.6.2",
80-
8179
"@angular/common": "2.0.0-rc.5",
8280
"@angular/compiler": "2.0.0-rc.5",
8381
"@angular/core": "2.0.0-rc.5",
8482
"@angular/platform-browser": "2.0.0-rc.5",
8583
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
86-
8784
"systemjs": "0.19.37",
8885
"core-js": "^2.4.0",
8986
"reflect-metadata": "^0.1.3",
9087
"rxjs": "5.0.0-beta.6",
9188
"zone.js": "^0.6.12"
92-
9389
},
9490
"peerDependencies": {
9591
"@angular/common": "2.0.0-rc.5",
@@ -100,4 +96,4 @@
10096
},
10197
"typings": "core.d.ts",
10298
"main": "core.js"
103-
}
99+
}

0 commit comments

Comments
 (0)