Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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,
Expand All @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion core/lib/patternlab.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down