8000 fix(event processor, logging, utils): Fix license field in package.js… · rserrano-eSW/javascript-sdk@aa06604 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa06604

Browse files
authored
fix(event processor, logging, utils): Fix license field in package.json (optimizely#343)
Summary: Correct the license field in package.json of these packages. The license is Apache 2.0, not MIT.
1 parent a18a073 commit aa06604

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/event-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Optimizely Full Stack Event Processor",
55
"author": "jordangarcia <jordan@optimizely.com>",
66
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/event-processor",
7-
"license": "MIT",
7+
"license": "Apache-2.0",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"directories": {

packages/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Optimizely Full Stack Core Logging",
55
"author": "jordangarcia <jordan@optimizely.com>",
66
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/logging",
7-
"license": "MIT",
7+
"license": "Apache-2.0",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"directories": {

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Optimizely Full Stack Utils",
55
"author": "jordangarcia <jordan@optimizely.com>",
66
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/utils",
7-
"license": "MIT",
7+
"license": "Apache-2.0",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"directories": {

0 commit comments

Comments
 (0)
0