diff --git a/package.json b/package.json index 5373d5181..221a64f20 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,6 @@ "scripts": { "prepare": "rm -rf android/build Example/android/build Example/android/app/build node_modules" }, - "types": "./index.d.ts" + "types": "./index.d.ts", + "license": "MIT" }