moment-range
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "moment-range", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "./lib/moment-range.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
@@ -6,3 +6,3 @@ (function(root, factory) { | ||
else if(typeof define === 'function' && define.amd) { | ||
define('moment-range', ['moment'], factory); | ||
define(['moment'], factory); | ||
} | ||
@@ -9,0 +9,0 @@ else { |
@@ -15,3 +15,4 @@ { | ||
"Bradley Ayers <bradley.ayers@gmail.com>", | ||
"Thomas Walpole <twalpole@gmail.com>" | ||
"Thomas Walpole <twalpole@gmail.com>", | ||
"Daniel Sarfati <daniel@knockrentals.com>" | ||
], | ||
@@ -24,3 +25,3 @@ "homepage": "https://github.com/gf3/moment-range", | ||
}, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"engines": { | ||
@@ -30,3 +31,3 @@ "node": "*" | ||
"scripts": { | ||
"build": "grunt coffee umd", | ||
"build": "grunt coffee umd uglify", | ||
"test": "grunt mochaTest" | ||
@@ -39,8 +40,9 @@ }, | ||
"coffee-script": "~1", | ||
"mocha": "1.3.0", | ||
"should": "0.6.3", | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-coffee": "~0.7.0", | ||
"grunt-contrib-uglify": "^0.6.0", | ||
"grunt-mocha-test": "~0.7.0", | ||
"grunt-umd": "~1.3.0", | ||
"grunt-contrib-coffee": "~0.7.0", | ||
"grunt-mocha-test": "~0.7.0" | ||
"mocha": "1.3.0", | ||
"should": "0.6.3" | ||
}, | ||
@@ -47,0 +49,0 @@ "repository": { |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
46060
13
8
1