Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Include repo in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Backus committed Jan 30, 2018
1 parent 6b18aab commit ce19125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Honeydew 🍈

[![Build Status](https://travis-ci.org/nosleepnotever/honeydew.svg?branch=master)](https://travis-ci.org/nosleepnotever/honeydew)
[![Coverage Status](https://coveralls.io/repos/github/nosleepnotever/honeydew/badge.svg?branch=master)](https://coveralls.io/github/nosleepnotever/honeydew?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/nosleepnotever/honeydew/badge.svg?targetFile=package.json)](https://snyk.io/test/github/nosleepnotever/honeydew?targetFile=package.json)
[![Build Status](https://travis-ci.org/nosleepnotever/honeydew.svg?branch=master)](https://travis-ci.org/nosleepnotever/honeydew) [![Coverage Status](https://coveralls.io/repos/github/nosleepnotever/honeydew/badge.svg?branch=master)](https://coveralls.io/github/nosleepnotever/honeydew?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/nosleepnotever/honeydew/badge.svg?targetFile=package.json)](https://snyk.io/test/github/nosleepnotever/honeydew?targetFile=package.json)

A lightweight worker class to automate promise-returning tasks with NO dependencies.

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "honeydew",
"version": "1.0.0",
"description": "A lightweight worker class to automate promise-returning tasks with NO dependencies",
"description":
"A lightweight worker class to automate promise-returning tasks with NO dependencies",
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/nosleepnotever/honeydew.git"
},
"scripts": {
"test": "nyc ava"
},
Expand Down

0 comments on commit ce19125

Please sign in to comment.