Skip to content

Commit

Permalink
Merge pull request #233 from dkamburov/master
Browse files Browse the repository at this point in the history
Fix typo in npm package
  • Loading branch information
dkamburov authored Dec 28, 2017
2 parents 15cc62a + f0c2462 commit bfe89d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description" : "A packaged version of Ignite UI components for Angular",
"license": "MIT",
"types": "igniteui.angular2.d.ts",
"main": "bundles/igniteui.angular2.umd.js",
"main": "bundles/igniteui-angular2.umd.js",
"repository": {
"type": "git",
"url": "https://github.com/IgniteUI/igniteui-angular2.git"
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@types/reflect-metadata": "^0.0.5",
"@types/ignite-ui": "^0.0.4",
"@types/ignite-ui": "^17.2.2",
"@types/jquery": "2.0.47"
}
}

0 comments on commit bfe89d4

Please sign in to comment.