Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 706e965

Browse files
author
Brian Muenzenmeyer
authored
Merge pull request #49 from pattern-lab/dev
1.2.0
2 parents 0371b6e + c54faa6 commit 706e965

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pattern Lab Node - Gulp Edition
22

3-
The Gulp wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node), currently in 2.0.0-alpha, providing tasks to interact with the core library and move supporting frontend assets.
3+
The Gulp wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node) providing tasks to interact with the core library and move supporting frontend assets.
44

55
## Packaged Components
66

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "edition-node-gulp",
33
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"dependencies": {
66
"browser-sync": "^2.11.2",
77
"gulp": "gulpjs/gulp#4.0",
88
"minimist": "^1.2.0",
9-
"patternlab-node": "pattern-lab/patternlab-node#v2.0.0-alpha.3",
10-
"styleguidekit-assets-default": "pattern-lab/styleguidekit-assets-default#dev",
11-
"styleguidekit-mustache-default": "pattern-lab/styleguidekit-mustache-default#dev"
9+
"patternlab-node": "^2.0.0",
10+
"styleguidekit-assets-default": "pattern-lab/styleguidekit-assets-default#v3.0.0",
11+
"styleguidekit-mustache-default": "pattern-lab/styleguidekit-mustache-default#v3.0.0"
1212
},
1313
"keywords": [
1414
"Pattern Lab",

0 commit comments

Comments
 (0)