f05e28f0 by Adam Heath

New version.

1 parent 879311b7
......@@ -7,10 +7,15 @@ module.exports = function(grunt) {
var config = {};
config.jshint = {
options: {
browser: true,
devel: true,
undef: 'vars',
},
browserOptions: {
},
model: [
'!src/scripts/solr/model/**/*.spec.js',
'!src/scripts/solr/model/**/*.spec.data.js',
'src/scripts/solr/model/**/*.js',
],
};
......
{
"name": "solr-frontend",
"version": "2016.11.29-0",
"version": "2016.12.15-0",
"authors": [
"Adam Heath <adam@brainfood.com>"
],
......
{
"name": "solr-frontend",
"license": "UNLICENSED",
"version": "2016.11.29-0",
"version": "2016.12.15-0",
"description": "Solr Frontend",
"repository": {
"type": "git",
......