Commit 49e1e08
authored
fix(package.json): Add license key (#140)
## Summary
- Add [`license`](https://docs.npmjs.com/files/package.json#license) key to the manifest
This addresses the warning that is currently being logged during `npm install @optimizely/optimizely-sdk`:
```
npm WARN @optimizely/optimizely-sdk@2.1.1 No license field.
```
and fixes this on our NPM page:

## Test plan
```sh
rm -r node_modules ; npm install
...
```
No warnings!1 parent 958c0b6 commit 49e1e08
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments