bulma-badge
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "bulma-badge", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Display a badge element in front of Bulma's element in different colors.", | ||
"main": "index.js", | ||
"main": "badge.sass", | ||
"scripts": { | ||
@@ -24,3 +24,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-badge#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-badge#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"badge.sass", | ||
"badge.css", | ||
"badge.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
@@ -5,2 +5,6 @@ # bulma-badge | ||
[![npm](https://img.shields.io/npm/v/bulma-badge.svg)](https://www.npmjs.com/package/bulma-badge) | ||
[![npm](https://img.shields.io/npm/dm/bulma-badge.svg)](https://www.npmjs.com/package/bulma-badge) | ||
[![Build Status](https://travis-ci.org/Wikiki/bulma-badge.svg?branch=master)](https://travis-ci.org/Wikiki/bulma-badge) | ||
<img src="https://img15.hostingpics.net/pics/241524ScreenShot20170726at124229.png" width="50%"> | ||
@@ -10,2 +14,2 @@ | ||
--- | ||
You can find the Documentation and a demo [here](https://wikiki.github.io/bulma-extensions/badge) | ||
You can find the Documentation and a demo [here](https://wikiki.github.io/elements/badge/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14
4798
1
4