Added Readme for plugin repo.

This commit is contained in:
Alexander Zobnin
2016-04-10 21:22:27 +03:00
parent f095cd94e1
commit ff28bd8926
2 changed files with 27 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ module.exports = function(grunt) {
},
pluginDef: {
expand: true,
src: ['plugin.json', 'README.md'],
src: ['plugin.json'],
dest: 'dist/',
}
},