updated build process. dev version no longer pulls the version number from the package.json file. It instead always uses dev. Also set some things up for -beta build support

This commit is contained in:
Eric Rowell
2013-07-27 21:09:33 -07:00
parent 57a9313a7b
commit e5c52a92f0
10 changed files with 51 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "KineticJS",
"version": "0.0.0",
"version": "4.5.5",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",