From 9203c16b99f92dd47e0785e4e12d6c04a8dd340c Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Fri, 20 Oct 2017 07:00:25 -0500 Subject: [PATCH 1/3] fix(README): Fix broken link and whitespace --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5af0b475e..a8160bcd6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ As of Pattern Lab Node 3.X, `patternlab-node` can run standalone, without the ne `npm install @pattern-lab/patternlab-node` -See [Usage](#Usage) for more information. +See [Usage](#usage) for more information. ### Editions @@ -56,7 +56,6 @@ Core, and Editions, are part of the [Pattern Lab Ecosystem](http://patternlab.io const config = require('./patternlab-config.json'); const patternlab = require('patternlab-node')(config); - // build, optionally watching or choosing incremental builds patternlab.build({ cleanPublic: true, @@ -72,7 +71,7 @@ patternlab.serve({ * Read more about [configuration](https://github.com/pattern-lab/patternlab-node/wiki/Configuration) via `patternlab-config.json`. -* Read more about the rest of [api](https://github.com/pattern-lab/patternlab-node/wiki/Public-API), and already implemented for you within [Editions](#editions). +* Read more about the rest of [Public API](https://github.com/pattern-lab/patternlab-node/wiki/Public-API), and already implemented for you within [Editions](#editions). * A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node-cli) is also available courtesy of [@raphaelokon](https://github.com/raphaelokon). From 69f53b7e407c26b4e0bbf41309561673e39a466f Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Fri, 20 Oct 2017 07:02:12 -0500 Subject: [PATCH 2/3] chore(patternlab.js): Remove version number reference from patternlab.js --- core/lib/patternlab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/patternlab.js b/core/lib/patternlab.js index c76651bf4..4143f6dc0 100644 --- a/core/lib/patternlab.js +++ b/core/lib/patternlab.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v3.0.0-alpha.1 - 2017 + * patternlab-node https://github.com/pattern-lab/patternlab-node * * Brian Muenzenmeyer, Geoff Pursell, Raphael Okon, tburny and the web community. * Licensed under the MIT license. From e5825ec94f52adcaed8803d172bcbecd09e9f7fa Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Fri, 20 Oct 2017 07:02:26 -0500 Subject: [PATCH 3/3] chore(package): Increment version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9aab8d89..834ed07c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/patternlab-node", "description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.3", "main": "./core/lib/patternlab.js", "dependencies": { "async": "^2.1.2",