Skip to content

Commit 6f5edd3

Browse files
authored
Merge pull request #13 from newmana/master
Update dependencies.
2 parents 5b83a7e + 67cd37f commit 6f5edd3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.6
2+
* Upgrade to Bulma 0.9.3
3+
14
# 0.5
25
* Added has-icon
36

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulma-block-list",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A simple scss package extending Bulma with block style list elements",
55
"homepage": "https://github.com/chrisrhymes/bulma-block-list#readme",
66
"bugs": {
@@ -21,9 +21,9 @@
2121
"author": "chrisrhymes",
2222
"license": "MIT",
2323
"dependencies": {
24-
"bulma": "^0.8.0"
24+
"bulma": "^0.9.3"
2525
},
2626
"devDependencies": {
27-
"node-sass": "^4.9.2"
27+
"node-sass": "^4.14.1"
2828
}
2929
}

0 commit comments

Comments
 (0)