Skip to content

Commit 7163829

Browse files
author
Bulfair, Matt
committed
Correction for issue #15 removal of yarn
1 parent 5d36f09 commit 7163829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edition-node-webpack",
33
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"dependencies": {
66
"babel-core": "^6.26.0",
77
"babel-loader": "^7.1.2",
@@ -24,7 +24,7 @@
2424
"Paul Wright <[email protected]>"
2525
],
2626
"scripts": {
27-
"start": "yarn patternlab:serve",
27+
"start": "npm run patternlab:serve",
2828
"webpack:version": "webpack --v",
2929
"patternlab:build": "webpack --env.prod -p",
3030
"patternlab:serve": "webpack-dev-server --env.dev --hot --progress --colors",

0 commit comments

Comments
 (0)