Comparing version 0.5.0 to 0.5.1
@@ -7,9 +7,12 @@ # Change Log | ||
## Unreleased | ||
## 0.5.1 - 2016-12-15 | ||
### Added | ||
- | ||
- More robust docs, including contribution and issue reporting guidelines | ||
### Changed | ||
- Improved testing suite | ||
- Improve workflow automation and quality checks | ||
- Renamed test files to exclude them from coverage calculations | ||
## 0.5.0 - 2016-12-9 | ||
>>>>>>> 534a861948d157a1915613fe43836eb5028c9f1f | ||
### Added | ||
@@ -16,0 +19,0 @@ - Increase test coverage (~65%) |
{ | ||
"name": "backpat", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A simple tool for high-fiving your tech stack", | ||
"main": "src/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "nyc mocha", | ||
"prebuild": "rimraf dist", | ||
"build": "npm-run-all --parallel build:*", | ||
"build:main": "babel --out-dir dist --ignore *.test.js src", | ||
"test": "cross-env NODE_ENV=test nyc mocha", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", | ||
"watch:test": "mocha:watch", | ||
"lint": "eslint src", | ||
"validate": "npm-run-all --parallel lint test" | ||
"validate": "npm-run-all --parallel lint test build" | ||
}, | ||
@@ -24,10 +27,21 @@ "repository": { | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-plugin-istanbul": "^3.0.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.18.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-register": "^6.18.0", | ||
"chai": "^3.5.0", | ||
"chai-spies": "^0.7.1", | ||
"commitizen": "^2.9.0", | ||
"coveralls": "^2.11.15", | ||
"cross-env": "^3.1.3", | ||
"cz-conventional-changelog": "^1.2.0", | ||
"eslint": "^3.8.1", | ||
"eslint-plugin-flowtype": "^2.25.0", | ||
"ghooks": "^1.3.2", | ||
"mocha": "^3.1.2", | ||
"npm-run-all": "^3.1.2", | ||
"nyc": "^10.0.0" | ||
"nyc": "^10.0.0", | ||
"rimraf": "^2.5.4" | ||
}, | ||
@@ -38,5 +52,25 @@ "nyc": { | ||
"lines": 90, | ||
"statements": 90 | ||
"statements": 90, | ||
"reporter": [ | ||
"text", | ||
"lcov" | ||
], | ||
"instrument": false, | ||
"sourceMap": false, | ||
"require": [ | ||
"babel-register" | ||
], | ||
"include": [ | ||
"src" | ||
] | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"config": { | ||
"ghooks": { | ||
"pre-commit": "npm run validate" | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
@@ -1,5 +0,3 @@ | ||
# Backpat | ||
# Backpat [![Build Status](https://img.shields.io/travis/cachilders/backpat/master.svg)](https://travis-ci.org/cachilders/backpat) [![Coverage Status](https://coveralls.io/repos/github/cachilders/backpat/badge.svg?branch=master)](https://coveralls.io/github/cachilders/backpat?branch=master) | ||
[![Build Status](https://travis-ci.org/cachilders/backpat.png?branch=master)](https://travis-ci.org/cachilders/backpat) [![Coverage Status](https://coveralls.io/repos/github/cachilders/backpat/badge.svg?branch=master)](https://coveralls.io/github/cachilders/backpat?branch=master) | ||
Backpat is a simple tool for use in automating the production of tech stack | ||
@@ -15,3 +13,3 @@ notes in projects. Think along the lines of About pages with links for crediting | ||
**New in 0.4.0:** Require it like so: | ||
As of v0.4.0: Require it like so: | ||
@@ -18,0 +16,0 @@ ```javascript |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10187
19
6
93
53