Skip to content

Commit

Permalink
Bump version and update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed May 14, 2021
1 parent b64c2ec commit 199d4fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "centerrow",
"version": "1.2.0",
"version": "1.5.1",
"description": "\"Image-oriented theme for Omeka. This theme does not support nested top navigation.\"",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.2.1",
"autoprefixer": "^10.2.5",
"gulp": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.0.2",
"susy": "^2.2.12"
},
Expand All @@ -32,5 +31,8 @@
"browserslist": [
"> 5%",
"> 1% in US"
]
],
"dependencies": {
"nstall": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion theme.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ website = "https://omeka.org"
support_link = "https://github.com/omeka/theme-centerrow/wiki"
omeka_minimum_version="2.8"
omeka_tested_up_to="2.8"
version="1.5"
version="1.5.1"

0 comments on commit 199d4fd

Please sign in to comment.