browserify-ngannotate
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "browserify-ngannotate", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "A browserify transform that uses ng-annotate to add dependency injection annotations to your AngularJS source code, preparing it for minification.", | ||
@@ -31,13 +31,13 @@ "main": "index.js", | ||
"defaults": "~1.0.0", | ||
"ng-annotate": "~0.10.0", | ||
"through2": "^0.5.1" | ||
"ng-annotate": "~0.12.0", | ||
"through2": "~0.6.3" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^4.1.5", | ||
"chai": "~1.9.1", | ||
"coveralls": "~2.10.0", | ||
"istanbul": "~0.2.7", | ||
"mocha": "^1.20.1", | ||
"through2": "^0.5.1" | ||
"browserify": "~6.3.2", | ||
"chai": "~1.10.0", | ||
"coveralls": "~2.11.2", | ||
"istanbul": "~0.3.2", | ||
"mocha": "~2.0.1", | ||
"through2": "~0.6.3" | ||
} | ||
} |
+ Addedng-annotate@0.12.1(transitive)
+ Addedthrough2@0.6.5(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedng-annotate@0.10.3(transitive)
- Removedthrough2@0.5.1(transitive)
- Removedxtend@3.0.0(transitive)
Updatedng-annotate@~0.12.0
Updatedthrough2@~0.6.3