Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit b8877aa

Browse files
committed
update deps
1 parent e82373a commit b8877aa

6 files changed

Lines changed: 9600 additions & 1995 deletions

File tree

.clang-format

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Language: JavaScript
2+
BasedOnStyle: Google
3+
ColumnLimit: 100
4+
5+
TabWidth: 2
6+
ContinuationIndentWidth: 4
7+
MaxEmptyLinesToKeep : 2
8+
9+
AllowShortBlocksOnASingleLine: false
10+
AllowShortIfStatementsOnASingleLine: false
11+
AllowShortLoopsOnASingleLine: false
12+
AllowShortFunctionsOnASingleLine: Empty

integration/npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Jeff Whelpley <jeff@gethuman.com>"
2020
],
2121
"dependencies": {
22-
"preboot": "file:../dist/",
22+
"preboot": "file:../dist/releases/preboot",
2323
"zone.js": "^0.8.18"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)