Skip to content

Commit faa1d40

Browse files
committed
Fix the license identifier to conform to SPDX license expression syntax version
1 parent 3b72c64 commit faa1d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "create-rust-webpack",
44
"version": "0.1.5",
55
"repository": "https://github.com/rustwasm/rust-webpack-template",
6-
"license": "Apache-2.0/MIT",
6+
"license": "(MIT OR Apache-2.0)",
77
"scripts": {
88
"start": "webpack-dev-server -d",
99
"build": "webpack"

0 commit comments

Comments
 (0)