Skip to content

Commit ed2beb8

Browse files
authored
chore: add bootstrap 3 copy on npm postinstall (ietf-tools#3587)
1 parent 32ce597 commit ed2beb8

8 files changed

Lines changed: 34598 additions & 2272 deletions

File tree

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ charset = utf-8
4141
trim_trailing_whitespace = true
4242
insert_final_newline = true
4343

44+
[package.json]
45+
indent_style = space
46+
indent_size = 2
47+
end_of_line = lf
48+
charset = utf-8
49+
trim_trailing_whitespace = true
50+
insert_final_newline = true
51+
4452
# Settings for cypress tests
4553
# ---------------------------------------------------------
4654
# StandardJS Style

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@
5353
*.pyc
5454
__pycache__
5555
node_modules
56+
ietf/static/ietf/bootstrap

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
save-exact = true
2+
save-prefix = ""

0 commit comments

Comments
 (0)