-
- Downloads
feat(license): add mit-apache2 licenses
LICENSE-APACHE
0 → 100644
LICENSE-MIT
0 → 100644
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
"webpack" | "webpack" | ||
], | ], | ||
"author": "Ashley Williams <ashley666ashley@gmail.com>", | "author": "Ashley Williams <ashley666ashley@gmail.com>", | ||
"license": "MIT/APACHE2", | "license": "(MIT OR Apache-2.0)", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/rustwasm/create-wasm-app/issues" | "url": "https://github.com/rustwasm/create-wasm-app/issues" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment