Skip to content

Commit a8e2980

Browse files
chore: adjust license to BSD-3-Clause in package.json for package sdk and middleware (#7403)
* chore: change sdk package.json license to BSD-3-Clause * chore: update middleware package.json license to BSD-3-Clause
1 parent 69d0228 commit a8e2980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.es.js",
66
"types": "lib/index.d.ts",
7-
"license": "MIT",
7+
"license": "BSD-3-Clause",
88
"files": [
99
"lib"
1010
],

Diff for: packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/sdk",
3-
"license": "MIT",
3+
"license": "BSD-3-Clause",
44
"version": "3.4.1",
55
"main": "lib/index.cjs.js",
66
"module": "lib/index.es.js",

0 commit comments

Comments
 (0)