node-publisher
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
### v1.1.0 (2018-12-03) | ||
- [#22](https://github.com/zendesk/node-publisher/pull/22) Add publish config to be able to release with yarn again ([Attila Večerek](mailto:avecerek@zendesk.com)) | ||
- [#21](https://github.com/zendesk/node-publisher/pull/21) Rename package and adds licenses field to package.json ([Attila Večerek](mailto:avecerek@zendesk.com)) | ||
- [#20](https://github.com/zendesk/node-publisher/pull/20) Remove private repo configuration ([Attila Večerek](mailto:avecerek@zendesk.com)) | ||
- [#18](https://github.com/zendesk/node-publisher/pull/18) Update README ([Attila Večerek](mailto:avecerek@zendesk.com)) | ||
### v0.5.0 (2018-09-13) | ||
@@ -2,0 +9,0 @@ |
@@ -5,7 +5,11 @@ { | ||
"author": "Attila Večerek <avecerek@zendesk.com>", | ||
"homepage": "https://github.com/zendesk/node-publisher#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:zendesk/node-publisher.git" | ||
"url": "git+ssh://git@github.com/zendesk/node-publisher.git" | ||
}, | ||
"version": "1.1.0", | ||
"bugs": { | ||
"url": "https://github.com/zendesk/node-publisher/issues" | ||
}, | ||
"version": "1.1.1", | ||
"main": "src/index.js", | ||
@@ -40,2 +44,8 @@ "bin": { | ||
}, | ||
"keywords": [ | ||
"lerna", | ||
"npm", | ||
"release-management", | ||
"yarn" | ||
], | ||
"publishConfig": { | ||
@@ -42,0 +52,0 @@ "access": "public", |
<p align="center"> | ||
<img | ||
alt="Node Publisher by Zendesk" | ||
src="https://github.com/zendesk/node-publisher/raw/master/assets/logo.png" | ||
width="400" | ||
/> | ||
<a href="https://github.com/zendesk/node-publisher"> | ||
<img | ||
alt="Node Publisher by Zendesk" | ||
src="https://github.com/zendesk/node-publisher/raw/master/assets/logo.png" | ||
width="500" | ||
/> | ||
</a> | ||
</p> | ||
@@ -11,2 +13,5 @@ | ||
[![NPM version](https://badge.fury.io/js/node-publisher.svg)](https://badge.fury.io/js/node-publisher) | ||
[![Build Status](https://travis-ci.com/zendesk/node-publisher.svg?branch=master)](https://travis-ci.com/zendesk/node-publisher) | ||
# Getting started | ||
@@ -32,3 +37,3 @@ ## 1. Install the package: | ||
..., | ||
"sctipts": { | ||
"scripts": { | ||
"travis": "your linting/testing/etc. command here", | ||
@@ -56,3 +61,3 @@ "release": "node-publisher release", | ||
``` | ||
node-publisher eject | ||
npx node-publisher eject | ||
``` | ||
@@ -59,0 +64,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
170043
0
0
170