Skip to content

Commit

Permalink
Update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrhymes committed Mar 12, 2023
1 parent 3d2df6f commit 83f6acf
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 83f6acf

Please sign in to comment.