Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 49e1e08

Browse files
fix(package.json): Add license key (optimizely#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: ![screen shot 2018-07-03 at 12 17 13 pm](https://user-images.githubusercontent.com/20175438/42240111-137c72ac-7ebb-11e8-8f37-1399668ef7d9.png) ## Test plan ```sh rm -r node_modules ; npm install ... ``` No warnings!
1 parent 958c0b6 commit 49e1e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"type": "git",
1717
"url": "git+https://github.com/optimizely/javascript-sdk.git"
1818
},
19+
"license": "Apache-2.0",
1920
"keywords": [
2021
"optimizely"
2122
],

0 commit comments

Comments
 (0)