angular-directive-boilerplate
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "angular-directive-template", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Mohsen Azimi <mazimi@apigee.com>" |
/*! | ||
* angular-directive-boilerplate | ||
* | ||
* Version: 0.0.0 - 2014-10-05T19:33:47.048Z | ||
* Version: 0.0.5 - 2014-10-06T04:21:35.698Z | ||
* License: MIT | ||
@@ -6,0 +6,0 @@ */ |
@@ -90,3 +90,3 @@ var fs = require('fs'); | ||
.pipe(gulp.dest('dist')) | ||
.pipe(rename('directive.min.js')) | ||
.pipe(rename({suffix: '.min.js'})) | ||
.pipe(uglify({preserveComments: 'some'})) | ||
@@ -107,3 +107,3 @@ .pipe(gulp.dest('./dist')) | ||
.pipe(minifyCSS()) | ||
.pipe(rename('directive.min.css')) | ||
.pipe(rename({suffix: '.min.css'})) | ||
.pipe(gulp.dest('dist')) | ||
@@ -110,0 +110,0 @@ .pipe(connect.reload()); |
{ | ||
"name": "angular-directive-boilerplate", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Angular Publishable Directive Boilerplate", | ||
@@ -5,0 +5,0 @@ "main": "dist/directive.js", |
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
13483