Skip to content

Commit 04d3650

Browse files
committed
Merge branch 'dev' into feature/uikit-refactor-p7
# Conflicts: # packages/uikit-workshop/dist/styleguide/js/patternlab-viewer.js # packages/uikit-workshop/package.json # packages/uikit-workshop/src/scripts/utils/polyfills.js
2 parents 00d7bbe + e56de43 commit 04d3650

File tree

42 files changed

+421
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+421
-31
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.9.4
1+
10.0.0

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ packages/core/scripts/api.handlebars
99
packages/core/scripts/events.handlebars
1010
packages/core/test/files/annotations.js
1111
**/uikit-workshop/src/js/**/*
12+
*.json
13+
*.md
14+
*.scss

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55

66
before_script:
77
- npm install -g [email protected]
8-
- npm run bootstrap
8+
- npm run setup
99
- lerna add @pattern-lab/engine-mustache --scope=@pattern-lab/core
1010
- lerna add @pattern-lab/engine-handlebars --scope=@pattern-lab/core
1111
- lerna add @pattern-lab/engine-underscore --scope=@pattern-lab/core

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"private": true,
88
"scripts": {
99
"bootstrap": "lerna bootstrap",
10+
"setup": "npm run bootstrap && npm run build:uikit",
11+
"build:uikit": "lerna exec --scope @pattern-lab/uikit-workshop -- npm run build",
1012
"precommit": "pretty-quick --staged",
11-
"prettier": "prettier --config .prettierrc --write ./**/*.js",
13+
"prettier": "prettier --config .prettierrc --write ./**/*.js --ignore-path .prettierignore",
1214
"test": "lerna run test",
1315
"clean": "git clean -dfx"
1416
},

packages/cli/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.0.0

packages/cli/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- node
4-
- 6
4+
- 8
55
before_script:
66
- npm install edition-node
77
- npm install starterkit-mustache-base

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
5050
"license": "MIT",
5151
"engines": {
52-
"node": ">=6.0"
52+
"node": ">=10.0"
5353
},
5454
"publishConfig": {
5555
"access": "public"

packages/core/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.0.0

0 commit comments

Comments
 (0)