Skip to content

Commit f095b47

Browse files
committed
Update releaser config
1 parent 2512d84 commit f095b47

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.ldrelease/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
repo:
24
public: react-client-sdk
35
private: react-client-sdk-private
@@ -6,8 +8,11 @@ publications:
68
- url: https://www.npmjs.com/package/launchdarkly-react-client-sdk
79
description: npm
810

9-
template:
10-
name: npm
11+
jobs:
12+
- docker:
13+
image: node:16-buster
14+
template:
15+
name: npm
1116

1217
documentation:
1318
githubPages: true

src/withLDProvider.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jest.mock('./context', () => ({ Provider: 'Provider' }));
33

44
import * as React from 'react';
55
import { create } from 'react-test-renderer';
6-
import { LDFlagChangeset, LDFlagSet, LDOptions, LDUser } from 'launchdarkly-js-client-sdk';
6+
import { LDFlagChangeset, LDOptions, LDUser } from 'launchdarkly-js-client-sdk';
77
import initLDClient from './initLDClient';
88
import withLDProvider from './withLDProvider';
99
import { EnhancedComponent } from './types';

0 commit comments

Comments
 (0)