browserify-ngannotate
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "browserify-ngannotate", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A browserify transform that uses ng-annotate to add dependency injection annotations to your AngularJS source code, preparing it for minification.", | ||
@@ -16,2 +16,3 @@ "main": "index.js", | ||
"browserify", | ||
"browserify-transform", | ||
"angular", | ||
@@ -30,12 +31,13 @@ "ng-annotate", | ||
"dependencies": { | ||
"defaults": "~1.0.0", | ||
"ng-annotate": "~0.9.1", | ||
"through2": "~0.4.1", | ||
"defaults": "~1.0.0" | ||
"through2": "^0.5.1" | ||
}, | ||
"devDependencies": { | ||
"through": "^2.3.4", | ||
"mocha": "^1.17.1", | ||
"browserify": "^4.1.5", | ||
"coveralls": "~2.10.0", | ||
"istanbul": "~0.2.7", | ||
"coveralls": "~2.10.0" | ||
"mocha": "^1.20.1", | ||
"through2": "^0.5.1" | ||
} | ||
} |
2686
5
+ Addedthrough2@0.5.1(transitive)
+ Addedxtend@3.0.0(transitive)
- Removedobject-keys@0.4.0(transitive)
- Removedthrough2@0.4.2(transitive)
- Removedxtend@2.1.2(transitive)
Updatedthrough2@^0.5.1