Skip to content

Commit f0c2462

Browse files
committed
Fix typo in npm package
1 parent 15cc62a commit f0c2462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description" : "A packaged version of Ignite UI components for Angular",
55
"license": "MIT",
66
"types": "igniteui.angular2.d.ts",
7-
"main": "bundles/igniteui.angular2.umd.js",
7+
"main": "bundles/igniteui-angular2.umd.js",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/IgniteUI/igniteui-angular2.git"
@@ -27,7 +27,7 @@
2727
],
2828
"dependencies": {
2929
"@types/reflect-metadata": "^0.0.5",
30-
"@types/ignite-ui": "^0.0.4",
30+
"@types/ignite-ui": "^17.2.2",
3131
"@types/jquery": "2.0.47"
3232
}
3333
}

0 commit comments

Comments
 (0)