From acfe77e328dc1691607321771d7961c70924e3ed Mon Sep 17 00:00:00 2001 From: Joe Martella Date: Thu, 10 Nov 2016 21:38:06 -0800 Subject: [PATCH] fix(version): Fixes version property in package.json. * Replaces actual version number with value for automatic releases. * This fixes CLI tests. --- .all-contributorsrc | 11 +++++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c0dca9c..02e8518 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -170,6 +170,17 @@ "code", "test" ] + }, + { + "login": "martellaj", + "name": "Joe Martella", + "avatar_url": "https://avatars.githubusercontent.com/u/1019478?v=3", + "profile": "http://martellaj.github.io", + "contributions": [ + "bug", + "code", + "test" + ] } ] } diff --git a/README.md b/README.md index 18ebbef..fa6fa3f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ All the benefits of npm scripts without the cost of a bloated package.json and l [![downloads][downloads-badge]][npm-stat] [![MIT License][license-badge]][LICENSE] -[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors) [![PRs Welcome][prs-badge]][prs] [![Donate][donate-badge]][donate] [![Code of Conduct][coc-badge]][coc] @@ -430,7 +430,7 @@ Thanks goes to these people ([emoji key][emojis]): | [
Kent C. Dodds](http://kent.doddsfamily.us)
[💻](https://github.com/kentcdodds/p-s/commits?author=kentcdodds) [📖](https://github.com/kentcdodds/p-s/commits?author=kentcdodds) 🚇 💡 📹 👀 | [
David Wells](http://davidwells.io)
[💻](https://github.com/kentcdodds/p-s/commits?author=DavidWells) | [
Abhishek Shende](https://twitter.com/abhishekisnot)
[💻](https://github.com/kentcdodds/p-s/commits?author=abhishekisnot) [⚠️](https://github.com/kentcdodds/p-s/commits?author=abhishekisnot) | [
Rowan Oulton](http://travelog.io)
[💻](https://github.com/kentcdodds/p-s/commits?author=rowanoulton) [📖](https://github.com/kentcdodds/p-s/commits?author=rowanoulton) [⚠️](https://github.com/kentcdodds/p-s/commits?author=rowanoulton) | [
Gilad Goldberg](https://github.com/giladgo)
[💻](https://github.com/kentcdodds/p-s/commits?author=giladgo) | [
Tim McGee](https://github.com/tim-mcgee)
[💻](https://github.com/kentcdodds/p-s/commits?author=tim-mcgee) [📖](https://github.com/kentcdodds/p-s/commits?author=tim-mcgee) | [
Nik Butenko](http://butenko.me)
💡 [💻](https://github.com/kentcdodds/p-s/commits?author=nkbt) | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [
Tommy](http://www.tommyleunen.com)
[🐛](https://github.com/kentcdodds/p-s/issues?q=author%3Atleunen) [💻](https://github.com/kentcdodds/p-s/commits?author=tleunen) [⚠️](https://github.com/kentcdodds/p-s/commits?author=tleunen) 👀 | [
Jayson Harshbarger](http://www.hypercubed.com)
💡 👀 | [
JD Isaacks](http://www.jisaacks.com)
[💻](https://github.com/kentcdodds/p-s/commits?author=jisaacks) [⚠️](https://github.com/kentcdodds/p-s/commits?author=jisaacks) | [
Christopher Hiller](https://boneskull.com)
👀 | [
Robin Malfait](https://robinmalfait.com)
💡 | [
Eric McCormick](https://ericmccormick.io)
👀 [📖](https://github.com/kentcdodds/p-s/commits?author=edm00se) | [
Sam Verschueren](https://twitter.com/SamVerschueren)
👀 | -| [
Sorin Muntean](https://github.com/sxn)
[💻](https://github.com/kentcdodds/p-s/commits?author=sxn) [⚠️](https://github.com/kentcdodds/p-s/commits?author=sxn) [📖](https://github.com/kentcdodds/p-s/commits?author=sxn) | [
Keith Gunn](https://github.com/gunnx)
[🐛](https://github.com/kentcdodds/p-s/issues?q=author%3Agunnx) [💻](https://github.com/kentcdodds/p-s/commits?author=gunnx) [⚠️](https://github.com/kentcdodds/p-s/commits?author=gunnx) | +| [
Sorin Muntean](https://github.com/sxn)
[💻](https://github.com/kentcdodds/p-s/commits?author=sxn) [⚠️](https://github.com/kentcdodds/p-s/commits?author=sxn) [📖](https://github.com/kentcdodds/p-s/commits?author=sxn) | [
Keith Gunn](https://github.com/gunnx)
[🐛](https://github.com/kentcdodds/p-s/issues?q=author%3Agunnx) [💻](https://github.com/kentcdodds/p-s/commits?author=gunnx) [⚠️](https://github.com/kentcdodds/p-s/commits?author=gunnx) | [
Joe Martella](http://martellaj.github.io)
[🐛](https://github.com/kentcdodds/p-s/issues?q=author%3Amartellaj) [💻](https://github.com/kentcdodds/p-s/commits?author=martellaj) [⚠️](https://github.com/kentcdodds/p-s/commits?author=martellaj) | This project follows the [all-contributors][all-contributors] specification. diff --git a/package.json b/package.json index 6f4182f..8b36a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-s", - "version": "3.0.2", + "version": "0.0.0-semantically-released", "description": "All the benefits of npm scripts without the cost of a bloated package.json and limits of json", "main": "dist/index", "scripts": {