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

Commit 345879d

Browse files
committed
chore(*): remove ngdocs grunt task
1 parent 2dff0fb commit 345879d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Gruntfile.js

-11
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ module.exports = function (grunt) {
3434
'angular-moment.min.js': 'angular-moment.js'
3535
}
3636
}
37-
},
38-
ngdocs: {
39-
options: {
40-
startPage: '/',
41-
title: false,
42-
html5Mode: false
43-
},
44-
api: {
45-
src: 'angular-moment.js',
46-
title: 'angular-moment API Documentation'
47-
}
4837
}
4938
});
5039

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"grunt-contrib-jshint": "1.0.0",
2626
"grunt-contrib-uglify": "1.0.1",
2727
"grunt-karma": "0.12.2",
28-
"grunt-ngdocs": "0.2.9",
2928
"jasmine-core": "2.4.1",
3029
"phantomjs-prebuilt": "2.1.7",
3130
"karma": "0.13.22",

0 commit comments

Comments
 (0)