Skip to content

Commit dc17ea9

Browse files
committed
release(2.3.4): fix peer dep issue
closes TrilonIO#28
1 parent 8311e70 commit dc17ea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markpieszak/ng-application-insights",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"scripts": {
55
"lint": "tslint -p tsconfig.json",
66
"clean": "rimraf ./dist",
@@ -22,12 +22,12 @@
2222
"main": "./dist/index.js",
2323
"types": "./dist/index.d.ts",
2424
"dependencies": {
25-
"applicationinsights-js": "^1.0.12"
25+
"applicationinsights-js": "^1.0.12",
26+
"@types/applicationinsights-js": "^1.0.2"
2627
},
2728
"peerDependencies": {
2829
"@angular/router" : "^4.0.0",
29-
"rxjs": "^5.0.3",
30-
"@types/applicationinsights-js": "^1.0.2"
30+
"rxjs": "^5.0.3"
3131
},
3232
"devDependencies": {
3333
"@angular/cli": "^1.4.1",

0 commit comments

Comments
 (0)