Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elmccd committed Jan 16, 2015
1 parent 5cab881 commit 9e273f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
32 changes: 0 additions & 32 deletions npm-debug.log

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-ng-annotate-check",
"version": "0.0.2",
"version": "0.0.3",
"description": "Checking if angular annotations are provided.",
"keywords": [
"gulpplugin",
Expand All @@ -25,11 +25,10 @@
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"colors": "^1.0.3",
"diff": "^1.2.1",
"extend": "^2.0.0",
"gulp-util": "~2.2.0",
"ng-annotate": "^0.14.1",
"gulp-util": "~3.0.0",
"ng-annotate": "^0.15.0",
"through2": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 9e273f1

Please sign in to comment.