cron-converter
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -50,3 +50,3 @@ var browserify = require('browserify'); | ||
.bundle() | ||
.pipe(source('bundle.js')) | ||
.pipe(source('cron.min.js')) | ||
.pipe(buffer()) | ||
@@ -53,0 +53,0 @@ .pipe(uglify()) |
{ | ||
"name": "cron-converter", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Cron string converter", | ||
"main": "src/cron.js", | ||
"scripts": { | ||
"test": "gulp test" | ||
"test": "gulp test", | ||
"preversion": "gulp && git add --force dist/cron.min.js && git commit -m \"Updated cron.min.js\"" | ||
}, | ||
@@ -9,0 +10,0 @@ "keywords": [ |
@@ -6,2 +6,6 @@ # cron-converter | ||
[![npm](https://img.shields.io/npm/v/cron-converter.svg)](https://www.npmjs.com/package/cron-converter) | ||
[![Bower](https://img.shields.io/bower/v/cron-converter.svg)]() | ||
[![MIT License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/roccivic/cron-converter/blob/master/LICENCE.txt) | ||
[![Build Status](https://travis-ci.org/roccivic/cron-converter.svg)](https://travis-ci.org/roccivic/cron-converter) | ||
@@ -11,6 +15,6 @@ [![Coverage Status](https://coveralls.io/repos/roccivic/cron-converter/badge.svg?branch=master&service=github)](https://coveralls.io/github/roccivic/cron-converter?branch=master) | ||
[![devDependency Status](https://david-dm.org/roccivic/cron-converter/dev-status.svg)](https://david-dm.org/roccivic/cron-converter#info=devDependencies) | ||
[![Code Climate](https://codeclimate.com/github/roccivic/cron-converter/badges/gpa.svg)](https://codeclimate.com/github/roccivic/cron-converter) | ||
[![Issue Count](https://codeclimate.com/github/roccivic/cron-converter/badges/issue_count.svg)](https://codeclimate.com/github/roccivic/cron-converter) | ||
[![Inline docs](http://inch-ci.org/github/roccivic/cron-converter.svg?branch=master)](http://inch-ci.org/github/roccivic/cron-converter) | ||
[![MIT License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/roccivic/cron-converter/blob/master/LICENCE.txt) | ||
@@ -23,2 +27,8 @@ ## Install | ||
or | ||
```bash | ||
bower install cron-converter --save | ||
``` | ||
## Use | ||
@@ -25,0 +35,0 @@ |
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
13972
60