diff --git a/config/theme.ini b/config/theme.ini index a20f2e50..6a4cc998 100644 --- a/config/theme.ini +++ b/config/theme.ini @@ -1,6 +1,6 @@ [info] name = "Foundation" -version = "0.5" +version = "1.0" author = "Omeka Team" description = "A starter theme using the ZURB Foundation toolkit." ;theme_link = "" diff --git a/package.json b/package.json index beb8bde7..58d5da6e 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { - "name": "foundation-sites-template", + "name": "foundation-s-theme", "version": "1.0.0", - "description": "Basic template for a new Foundation for Sites project.", + "description": "Omeka S theme using the ZURB Foundation toolkit.", "main": "gulpfile.js", "scripts": { "start": "gulp", "build": "gulp sass" }, - "author": "ZURB ", + "author": "Omeka Team ", "license": "MIT", "bugs": { - "url": "https://github.com/zurb/foundation-sites/issues", - "email": "foundation@zurb.com" + "url": "https://github.com/omeka-s-themes/foundation-s/issues", + "email": "outreach@omeka.org" }, "dependencies": { "foundation-sites": "^6.6.3",