ng2-tag-input
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -1,1 +0,2 @@ | ||
declare const components: any; | ||
declare const TagInputModule: any; | ||
export { TagInputModule }; |
@@ -1,4 +0,5 @@ | ||
var components = require('./dist/ng2-tag-input.bundle.js'); | ||
exports.TagInput = components.TagInput; | ||
exports.TagInputModule = components.TagInputModule; | ||
"use strict"; | ||
var components = require('./ng2-tag-input.bundle.js'); | ||
var TagInputModule = components.TagInputModule; | ||
exports.TagInputModule = TagInputModule; | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,4 @@ | ||
const components = require('./dist/ng2-tag-input.bundle.js'); | ||
const components = require('./ng2-tag-input.bundle.js'); | ||
const TagInputModule = components.TagInputModule; | ||
exports.TagInput = components.TagInput; | ||
exports.TagInputModule = components.TagInputModule; | ||
export { TagInputModule } |
{ | ||
"name": "ng2-tag-input", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Tag Input component for Angular 2", | ||
@@ -82,8 +82,7 @@ "scripts": { | ||
"homepage": "https://github.com/Gbuomprisco/ng2-tag-input", | ||
"main": "./index.js", | ||
"main": "./dist/index.js", | ||
"files": [ | ||
"dist", | ||
"index.js", | ||
"index.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
3054
252376