Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
add license to package.json (react-native-image-picker#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaas authored and charpeni committed Sep 27, 2018
1 parent 694fa1d commit acbd302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit acbd302

Please sign in to comment.