+7
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "ng2-mentions",
|
||
"version": "0.2.3",
|
||
"version": "0.3.0",
|
||
"description": "Angular 2 mentions for text fields.",
|
||
"keywords": ["angular", "mention", "autocomplete"],
|
||
"keywords": [
|
||
"angular",
|
||
"mention",
|
||
"autocomplete"
|
||
],
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/dmacfarlane/ng2-mentions.git"
|
||
| @@ -17,7 +21,7 @@ | ||
"pree2e": "webdriver-manager update",
|
||
"e2e": "protractor"
|
||
},
|
||
"private": true,
|
||
"private": false,
|
||
"dependencies": {
|
||
"@angular/common": "^2.0.0-rc.1",
|
||
"@angular/compiler": "^2.0.0-rc.1",
|
||
Loading