Skip to content

Commit

Permalink
Merge pull request #2 from jasonkarns/npm
Browse files Browse the repository at this point in the history
npm and readme metadata
  • Loading branch information
jasonkarns authored Nov 26, 2018
2 parents 44c1c08 + 8ccba46 commit bc7bcd1
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bats-assert-*.tgz
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# bats-assert

[![GitHub license](https://img.shields.io/badge/license-CC0-blue.svg)](https://raw.githubusercontent.com/ztombol/bats-assert/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/ztombol/bats-assert.svg)](https://github.com/ztombol/bats-assert/releases/latest)
[![Build Status](https://travis-ci.org/ztombol/bats-assert.svg?branch=master)](https://travis-ci.org/ztombol/bats-assert)
[![License](https://img.shields.io/npm/l/bats-assert.svg)](https://github.com/jasonkarns/bats-assert-1/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/jasonkarns/bats-assert-1.svg)](https://github.com/jasonkarns/bats-assert-1/releases)
[![npm release](https://img.shields.io/npm/v/bats-assert.svg)](https://www.npmjs.com/package/bats-assert)
[![Build Status](https://travis-ci.org/jasonkarns/bats-assert-1.svg?branch=master)](https://travis-ci.org/jasonkarns/bats-assert-1)

`bats-assert` is a helper library providing common assertions for
[Bats][bats].
Expand Down
43 changes: 41 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,47 @@
{
"name": "bats-assert",
"version": "0.3.0",
"private": true,
"description": "Common assertions for Bats",
"homepage": "https://github.com/jasonkarns/bats-assert-1",
"license": "CC0-1.0",
"contributors": [
"Zoltán Tömböl (https://github.com/ztombol)",
"Sam Stephenson <sstephenson@gmail.com> (http://sstephenson.us/)",
"Jason Karns <jason.karns@gmail.com> (http://jason.karns.name)",
"Mislav Marohnić <mislav.marohnic@gmail.com> (http://mislav.net/)",
"Tim Pope (https://github.com/tpope)"
],
"repository": {
"type": "git",
"url": "https://github.com/jasonkarns/bats-assert-1.git"
},
"bugs": {
"url": "https://github.com/jasonkarns/bats-assert-1/issues"
},
"directories": {
"lib": "src",
"test": "test"
},
"files": [
"load.bash",
"src"
],
"scripts": {
"postversion": "npm publish",
"prepublishOnly": "npm run publish:github",
"publish:github": "git push --follow-tags"
},
"peerDependencies": {
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
}
},
"keywords": [
"bats",
"bash",
"shell",
"test",
"unit",
"assert",
"assertion",
"helper"
]
}

0 comments on commit bc7bcd1

Please sign in to comment.