ng2-tag-input
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -28,2 +28,4 @@ | ||
declare module 'ng2-tag-input' {} | ||
declare module 'ng2-tag-input' { | ||
export = TagInputComponent; | ||
} |
@@ -1,3 +0,1 @@ | ||
/// <reference path='../ng2-tag-input.d.ts'/> | ||
import { | ||
@@ -4,0 +2,0 @@ Component, |
@@ -1,3 +0,1 @@ | ||
/// <reference path="../ng2-tag-input.d.ts"/> | ||
import { | ||
@@ -12,3 +10,2 @@ Component, | ||
@Component({ | ||
@@ -15,0 +12,0 @@ selector: 'tag', |
{ | ||
"name": "ng2-tag-input", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Ng2TagInput: simple tag input component for Angular 2", | ||
@@ -75,3 +75,4 @@ "scripts": { | ||
"homepage": "https://github.com/Gbuomprisco/ng2-tag-input", | ||
"main": "index.ts" | ||
"main": "index.ts", | ||
"typings": "./components/ng2-tag-input.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111170
1080