Skip to content

Commit 65ae853

Browse files
committed
Merge master into next-docs
1 parent 8156884 commit 65ae853

File tree

14 files changed

+277
-14452
lines changed

14 files changed

+277
-14452
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
working_directory: ~/react-forms
77
docker:
8-
- image: circleci/node
8+
- image: circleci/node:10
99
steps:
1010
- checkout
1111
- run:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pids
1010
*.pid
1111
*.seed
1212
*.pid.lock
13+
package-lock.json
1314

1415
# Directory for instrumented libs generated by jscoverage/JSCover
1516
lib-cov
@@ -71,4 +72,4 @@ packages/react-renderer-demo/public/vendor.css
7172
.firebase
7273

7374
# Rollup build info
74-
**/size-snapshot.json
75+
packages/**/size-snapshot.json

0 commit comments

Comments
 (0)