moving browserify-versionify to a regular dependency instead of a devDependency in the package.json file. This is to fix the case where a project uses pixi-compressed-textures and also uses browserify. The new project will observe the browserify#transform field in the pixi-compressed-textures package.json file and try to use the browserify-versionify package. It will fail because this package won't be installed when listed as a devDependency.