browserify-ngannotate
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -15,4 +15,3 @@ var ngAnnotate = require('ng-annotate'), | ||
var annotateResult = ngAnnotate(data, { | ||
add: true, | ||
remove: true | ||
add: true | ||
}); | ||
@@ -19,0 +18,0 @@ if (annotateResult.errors) { |
{ | ||
"name": "browserify-ngannotate", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A [browserify](http://github.com/substack/node-browserify) transform that uses [ng-annotate](https://github.com/olov/ng-annotate) to add dependency injection annotations to your AngularJS source code, preparing it for minification.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1784
20