Comparing version 0.4.0 to 0.4.1
/*! | ||
* delims <https://github.com/jonschlinkert/delims> | ||
* | ||
* Copyright (c) 2014 Jon Schlinkert | ||
* Copyright (c) 2014-2015 Jon Schlinkert. | ||
* Licensed under the MIT license. | ||
@@ -6,0 +6,0 @@ */ |
{ | ||
"name": "delims", | ||
"description": "Generate RegExp for delimiters, to be used with templates, files or data streams.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"homepage": "https://github.com/jonschlinkert/delims", | ||
@@ -17,7 +17,8 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/delims/blob/master/LICENSE-MIT" | ||
} | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/delims/blob/master/LICENSE" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
@@ -30,5 +31,3 @@ "main": "index.js", | ||
"mocha": "*", | ||
"should": "^4.0.4", | ||
"verb-tag-jscomments": ">= 0.2.0", | ||
"verb": ">= 0.2.6" | ||
"should": "^4.0.4" | ||
}, | ||
@@ -38,3 +37,3 @@ "dependencies": { | ||
"mixin-deep": "^0.1.0", | ||
"object-pick": "^0.1.0" | ||
"object-pick": "^0.1.1" | ||
}, | ||
@@ -64,2 +63,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
@@ -12,3 +12,2 @@ # delims [![NPM version](https://badge.fury.io/js/delims.svg)](http://badge.fury.io/js/delims) | ||
## Install | ||
#### Install with [npm](npmjs.org) | ||
@@ -15,0 +14,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
8936
3
77
221
Updatedobject-pick@^0.1.1