Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(*): remove ngdocs grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 14, 2016
1 parent 2dff0fb commit 345879d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ module.exports = function (grunt) {
'angular-moment.min.js': 'angular-moment.js'
}
}
},
ngdocs: {
options: {
startPage: '/',
title: false,
html5Mode: false
},
api: {
src: 'angular-moment.js',
title: 'angular-moment API Documentation'
}
}
});

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-karma": "0.12.2",
"grunt-ngdocs": "0.2.9",
"jasmine-core": "2.4.1",
"phantomjs-prebuilt": "2.1.7",
"karma": "0.13.22",
Expand Down

0 comments on commit 345879d

Please sign in to comment.