ng2-slides
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,6 @@ | ||
console.log('hello'); | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
__export(require('./slide')); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ng2-slides", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An Angular2 library to create full height slides", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/Spittal/ng2-slides#readme", | ||
"typings": "lib/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"peerDependencies": { | ||
@@ -29,0 +29,0 @@ "@angular/core": "2.0.0-rc.4", |
@@ -1,1 +0,1 @@ | ||
console.log('hello'); | ||
export * from './slide'; |
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
8067
20
206