Skip to content

Commit c9ea49e

Browse files
added: package description
1 parent 6e4bb0d commit c9ea49e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# bianco.images-loader
22

33
[![Build Status][travis-image]][travis-url]
4-
54
[![NPM version][npm-version-image]][npm-url]
65
[![NPM downloads][npm-downloads-image]][npm-url]
76
[![MIT License][license-image]][license-url]
87

8+
Modern images loader helpers written in es2015 using generators and promises
9+
910
## Usage
1011

1112
#### Load a single image

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bianco.images-loader",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "Modern images loader helpers written in es2015 using generators and promises",
55
"main": "index.js",
66
"jsnext:main": "index.next.js",
77
"scripts": {

0 commit comments

Comments
 (0)