Skip to content

Commit db370eb

Browse files
committed
update version number
part of #602
1 parent 5b82b9b commit db370eb

File tree

3 files changed

+79
-17
lines changed

3 files changed

+79
-17
lines changed

core/lib/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v2.12.0 - 2017
2+
* patternlab-node - v3.0.0-alpha.1 - 2017
33
*
44
* Brian Muenzenmeyer, Geoff Pursell, Raphael Okon, tburny and the web community.
55
* Licensed under the MIT license.

package-lock.json

Lines changed: 76 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternlab-node",
33
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
4-
"version": "3.0.0",
4+
"version": "3.0.0-alpha.1",
55
"main": "./core/lib/patternlab.js",
66
"dependencies": {
77
"async": "^2.1.2",
@@ -54,7 +54,7 @@
5454
"license": "MIT",
5555
"scripts": {
5656
"lint": "eslint core/**/*.js",
57-
"pretest" : "npm run lint",
57+
"pretest": "npm run lint",
5858
"test": "tap test/*_tests.js --reporter spec --coverage"
5959
},
6060
"engines": {

0 commit comments

Comments
 (0)