We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a4aa1 commit a52b487Copy full SHA for a52b487
packages/edition-node-gulp/package.json
@@ -4,6 +4,7 @@
4
"version": "2.0.0-alpha.7",
5
"main": "gulpfile.js",
6
"dependencies": {
7
+ "@pattern-lab/cli": "^0.0.1-alpha.15",
8
"@pattern-lab/core": "^3.0.0-alpha.11",
9
"@pattern-lab/engine-mustache": "^2.0.0-alpha.5",
10
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.4",
@@ -21,7 +22,8 @@
21
22
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
23
"author": "Brian Muenzenmeyer",
24
"scripts": {
- "gulp": "gulp -- "
25
+ "gulp": "gulp -- ",
26
+ "patternlab": "patternlab"
27
},
28
"license": "MIT",
29
"engines": {
0 commit comments