missing comma added

This commit is contained in:
Sule Marshall 2016-06-03 15:40:56 -07:00
parent 5b5fa2aef5
commit a964254992

View File

@ -21,6 +21,6 @@
"use_docker": "y",
"use_heroku": "n",
"use_grunt": "n",
"open_source_license": ["MIT", "BSD", "Apache Software License 2.0", "Not open source"]
"open_source_license": ["MIT", "BSD", "Apache Software License 2.0", "Not open source"],
"_cookiecutter_version": "Minimum cookiecutter version"
}