Remove CC License refs. MIT all-around.

This commit is contained in:
Lokesh Dhakar
2015-10-05 08:33:52 -07:00
parent 050157dc19
commit 36a3c4171e
5 changed files with 18 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ module.exports = function(grunt) {
'dist/color-thief.min.js': ['src/color-thief.js']
}
}
},
},
watch: {
sass: {
files: ['examples/sass/*.sass'],
@@ -74,4 +74,4 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['compass', 'connect', 'watch']);
grunt.registerTask('build', ['compass', 'jshint', 'uglify']);
};
};