Skip to content

Commit

Permalink
doc(upward): UPWARD spec and paper
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen authored and zetlen committed Sep 19, 2018
1 parent 30cb430 commit 74006c2
Show file tree
Hide file tree
Showing 14 changed files with 2,669 additions and 28 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{package.json,*.yml}]
[{package.json,*.yml,*.md}]
indent_size = 2
indent_style = space

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const testPathRE = /(^\/packages\/[^\/]+\/|\.spec|\/__tests?__)/g;
const testPathToFilePath = filepath => filepath.replace(testPathRE, '');
module.exports = {
projects: [
'packages/express-upward',
'packages/peregrine',
'packages/pwa-buildpack',
'packages/venia-concept',
Expand Down
546 changes: 519 additions & 27 deletions package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 74006c2

Please sign in to comment.