browserify-ngannotate
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -6,6 +6,7 @@ 'use strict'; | ||
defaults = require('defaults'), | ||
path = require('path'); | ||
path = require('path'), | ||
clone = require('clone'); | ||
module.exports = function (file, opts) { | ||
opts = defaults(opts, { | ||
opts = defaults(clone(opts), { | ||
add: true, | ||
@@ -12,0 +13,0 @@ x: [], |
{ | ||
"name": "browserify-ngannotate", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A browserify transform that uses ng-annotate to add dependency injection annotations to your AngularJS source code, preparing it for minification.", | ||
@@ -32,3 +32,4 @@ "main": "index.js", | ||
"ng-annotate": "^0.15.1", | ||
"through2": "^0.6.3" | ||
"through2": "^0.6.3", | ||
"clone": "^1.0.2" | ||
}, | ||
@@ -35,0 +36,0 @@ "devDependencies": { |
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
3764
43
4
+ Addedclone@^1.0.2