mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2026-05-18 00:00:08 +08:00
doc: update & cleanup README, DEVELOPMENT & CONTRIBUTING (#955)
* doc(CONTRIBUTING): remove from README & update content * doc(DEVELOPMENT): add & cleanup README * doc(README): update badges * doc(README): cleanup overview * doc(README): add Supported Platforms section * doc(README): cleanup Installation & merge Plugin Variables * doc(README): create App Configuration section * doc(README): added Android-Specific to App Configuration * chore(README): fix list format
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@
|
||||
],
|
||||
"scripts": {
|
||||
"test": "npm run lint",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "npm run lint -- --fix"
|
||||
},
|
||||
"author": "Apache Software Foundation",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user