Skip to content

Commit e2921db

Browse files
committed
Added application insights types
1 parent c78eb14 commit e2921db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"karma": "karma start --circle true"
1515
},
1616
"dependencies": {
17-
"applicationinsights-js": "1.0.14"
17+
"applicationinsights-js": "1.0.14",
18+
"@types/applicationinsights-js": "1.0.5"
1819
},
1920
"devDependencies": {
2021
"@microsoft/sp-build-web": "~1.3.0",
2122
"@microsoft/sp-core-library": "~1.3.0",
2223
"@microsoft/sp-module-interfaces": "~1.3.0",
2324
"@microsoft/sp-webpart-base": "~1.3.0",
2425
"@microsoft/sp-webpart-workbench": "~1.3.0",
25-
"@types/applicationinsights-js": "^1.0.5",
2626
"@types/chai": ">=3.4.34 <3.6.0",
2727
"@types/enzyme": "2.8.7",
2828
"@types/mocha": ">=2.2.33 <2.6.0",

0 commit comments

Comments
 (0)