Updated package.json to go with Gruntfile.

This commit is contained in:
Thomas Wilburn 2013-09-11 14:46:56 -07:00
parent 5cf121d83b
commit 740be6b6b7

View file

@ -5,6 +5,7 @@
"grunt": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-compress": "*"
"grunt-contrib-compress": "*",
"grunt-contrib-copy": "*"
}
}