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). 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. 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",