Skip to content

Commit

Permalink
removed unneeded npmTask in an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Dec 25, 2015
1 parent b65f16d commit 681e5a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/typescript_ecma5/gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-tslint')
grunt.loadNpmTasks("grunt-ts")
grunt.loadNpmTasks('grunt-contrib-clean')
grunt.loadNpmTasks('grunt-contrib-concat')
grunt.loadNpmTasks('grunt-mocha-istanbul')
grunt.loadNpmTasks('grunt-umd')

Expand Down

0 comments on commit 681e5a3

Please sign in to comment.