aurelia-push
Advanced tools
Comparing version 0.2.0 to 0.2.1
export { NotificationManager } from "./notification-manager"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare abstract class NotificationManager { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -18,3 +18,3 @@ import gulp from "gulp"; | ||
gulp.task("build", [ "clean" ], done => gulp.src(typescriptSources).pipe(tsc()).pipe(gulp.dest(typescriptOutput))); | ||
gulp.task("test", done => gulp.src(testSuites).pipe(jasmine())); | ||
gulp.task("test", [ "build" ], done => gulp.src(testSuites).pipe(jasmine())); | ||
gulp.task("default", () => run("build", "test")); |
{ | ||
"name": "aurelia-push", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A Push API implementation for Aurelia based projects.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,2 +5,3 @@ { | ||
"outDir": "dist", | ||
"target": "es5", | ||
"lib": ["es2015", "dom"], | ||
@@ -7,0 +8,0 @@ "noImplicitAny": false, |
Sorry, the diff of this file is not supported yet
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
60
11007