Skip to content

Commit d55aeeb

Browse files
authored
Add license SPDX ID to babel preset (#3116)
The current value is being flagged by static analysis tools in downstream projects.
1 parent 3e81709 commit d55aeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

preset/package.json.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"name": "Stephen James",
2626
"email": "sjames@salesforce.com"
2727
},
28-
"license": "SEE LICENSE IN README.md",
28+
"license": "BSD-3-Clause",
2929
"bugs": {
3030
"url": "https://github.com/salesforce/design-system-react/issues"
3131
},
3232
"homepage": "https://github.com/salesforce/design-system-react#readme"
33-
}
33+
}

0 commit comments

Comments
 (0)