diff --git a/package.json b/package.json index 92de0d9..feb7f99 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { - "name": "bulma-block-list", - "version": "0.6.0", - "description": "A simple scss package extending Bulma with block style list elements", - "homepage": "https://github.com/chrisrhymes/bulma-block-list#readme", - "bugs": { - "url": "https://github.com/chrisrhymes/bulma-block-list/issues" - }, - "main": "src/block-list.scss", - "scripts": {}, - "keywords": [ - "Bulma", - "List", - "BlockList", - "Unordered List" - ], - "author": "chrisrhymes", - "license": "MIT", - "dependencies": { - "bulma": "^0.9.3" - } + "name": "bulma-block-list", + "version": "0.7.0", + "description": "A simple scss package extending Bulma with block style list elements", + "homepage": "https://github.com/chrisrhymes/bulma-block-list#readme", + "bugs": { + "url": "https://github.com/chrisrhymes/bulma-block-list/issues" + }, + "main": "src/block-list.scss", + "scripts": {}, + "keywords": [ + "Bulma", + "List", + "BlockList", + "Unordered List" + ], + "author": "chrisrhymes", + "license": "MIT", + "dependencies": { + "bulma": "^0.9.3" + } }