Skip to content

Commit 9dbc49d

Browse files
chore: adapt license entry (#71)
Specify Apache-2.0 according to https://spdx.org/licenses/ in package.json. Co-authored-by: RoshniNaveenaS <[email protected]>
1 parent 5522b9d commit 9dbc49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Node.js"
1515
],
1616
"author": "SAP SE (https://www.sap.com)",
17-
"license": "SEE LICENSE IN LICENSE",
17+
"license": "Apache-2.0",
1818
"main": "index.js",
1919
"files": [
2020
"lib/",
@@ -34,4 +34,4 @@
3434
"jest": "^29",
3535
"eslint": "^8.56.0"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)