package.json in bulmatown-1.1.0 vs package.json in bulmatown-1.2.2

- old
+ new

@@ -1,23 +1,23 @@ { "name": "bulmatown", "description": "A Bulma CSS starter theme for Bridgetown", - "version": "1.0.7", + "version": "1.2.2", "main": "frontend/javascript/index.js", "repository": { "type": "git", "url": "https://github.com/whitefusiohq/bulmatown.git" }, - "author": "Jared White <jared@whitefusion.io>", + "author": "Jared White <jared@whitefusion.studio>", "homepage": "https://www.bridgetownrb.com", "license": "MIT", "private": false, "files": [ "components", "frontend" ], "dependencies": { - "bridgetown-quick-search": "^1.0.3", + "bridgetown-quick-search": "^1.1.3", "bulma": "^0.9", "fork-awesome": "^1.1.7" } }