Skip to content

Commit 83f6acf

Browse files
committed
Update version to 0.7.0
1 parent 3d2df6f commit 83f6acf

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "bulma-block-list",
3-
"version": "0.6.0",
4-
"description": "A simple scss package extending Bulma with block style list elements",
5-
"homepage": "https://github.com/chrisrhymes/bulma-block-list#readme",
6-
"bugs": {
7-
"url": "https://github.com/chrisrhymes/bulma-block-list/issues"
8-
},
9-
"main": "src/block-list.scss",
10-
"scripts": {},
11-
"keywords": [
12-
"Bulma",
13-
"List",
14-
"BlockList",
15-
"Unordered List"
16-
],
17-
"author": "chrisrhymes",
18-
"license": "MIT",
19-
"dependencies": {
20-
"bulma": "^0.9.3"
21-
}
2+
"name": "bulma-block-list",
3+
"version": "0.7.0",
4+
"description": "A simple scss package extending Bulma with block style list elements",
5+
"homepage": "https://github.com/chrisrhymes/bulma-block-list#readme",
6+
"bugs": {
7+
"url": "https://github.com/chrisrhymes/bulma-block-list/issues"
8+
},
9+
"main": "src/block-list.scss",
10+
"scripts": {},
11+
"keywords": [
12+
"Bulma",
13+
"List",
14+
"BlockList",
15+
"Unordered List"
16+
],
17+
"author": "chrisrhymes",
18+
"license": "MIT",
19+
"dependencies": {
20+
"bulma": "^0.9.3"
21+
}
2222
}

0 commit comments

Comments
 (0)