Skip to content

Commit

Permalink
update package.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
callmecavs committed Aug 24, 2016
1 parent 17a7687 commit b5a0480
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# outset-lib

[![outset-lib on NPM](https://img.shields.io/npm/v/outset-lib.svg)](https://www.npmjs.com/package/outset-lib)
[![outset-lib on NPM](https://img.shields.io/npm/v/outset-lib.svg?style=flat-square)](https://www.npmjs.com/package/outset-lib)

A boilerplate for ES6 libraries.
A boilerplate for modern JavaScript libraries.

## About

Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "outset-lib",
"version": "1.1.0",
"description": "A boilerplate for ES6 libraries.",
"homepage": "https://github.com/callmecavs/outset-lib",
"description": "A boilerplate for modern JavaScript libraries.",

"author": "Michael Cavalea",
"version": "1.1.1",
"license": "MIT",

"repository": "callmecavs/outset-lib",

"bin": {
"outset-lib": "outset-lib.js"
},

"repository": {
"type": "git",
"url": "https://github.com/callmecavs/outset-lib.git"
},
"bugs": {
"url": "https://github.com/callmecavs/outset-lib/issues"
"author": {
"name": "Michael Cavalea",
"email": "[email protected]",
"url": "http://callmecavs.com/"
},

"keywords": [
Expand Down

0 comments on commit b5a0480

Please sign in to comment.