hooked bower json file generation to full grunt build. added minified build so root directory

This commit is contained in:
Eric Rowell
2014-01-19 21:51:06 -08:00
parent 2243010d33
commit 37df33a8eb
5 changed files with 54 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "KineticJS",
"version": "4.7.0",
"version": "5.0.1",
"homepage": "http://kineticjs.com/",
"authors": [
"Eric Rowell"
@@ -18,5 +18,5 @@
"test",
"tests"
],
"main": "./src/Global.js"
}
"main": "kinetic-v5.0.1.min.js"
}