Skip to content

Commit

Permalink
Updated dependencies, added ngAnnotate, cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zohar committed Jun 28, 2015
1 parent 7b27458 commit f72a0fb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Thanks for wanting to contribute. Please follow the instructions below.
4. Run `grunt serve` to start serving the demo on `http://localhost:9001/demo/`



## Before creating a pull request
1. Make sure you add tests to `/test/angular-validator-spec.js` that test your changes. To run tests `grunt test`
2. If appropriate update the README to reflect your changes.
Expand Down
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-ng-annotate');


// Load the plugin that provides the "jshint" task.
grunt.loadNpmTasks('grunt-contrib-jshint');

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"angular-mocks": "~1.4.1"
},
"homepage": "https://github.com/turinggroup/angular-validator"
}
}
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Karma configuration

module.exports = function(config) {
config.set({

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
"grunt-karma": "latest",
"karma": "~0.12.1",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"ng-annotate": "0.15.4",
"grunt-ng-annotate": "~0.10.0"
"ng-annotate": ">=0.15.4",
"grunt-ng-annotate": ">=0.10.0"
}
}

0 comments on commit f72a0fb

Please sign in to comment.