mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-04-23 00:00:14 +08:00
fe4e7f9ece
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependency [@cordova/eslint-config](https://github.com/apache/cordova-eslint). These dependencies need to be updated together. Updates `js-yaml` from 3.14.1 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.1.1) Updates `@cordova/eslint-config` from 3.0.0 to 6.0.0 - [Changelog](https://github.com/apache/cordova-eslint/blob/master/RELEASENOTES.md) - [Commits](https://github.com/apache/cordova-eslint/compare/3.0.0...6.0.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect - dependency-name: "@cordova/eslint-config" dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
933 B
JSON
44 lines
933 B
JSON
{
|
|
"name": "cordova-plugin-screen-orientation",
|
|
"version": "3.0.5-dev",
|
|
"description": "Cordova Screen Orientation plugin",
|
|
"repository": "github:apache/cordova-plugin-screen-orientation",
|
|
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",
|
|
"scripts": {
|
|
"test": "npm run lint",
|
|
"lint": "eslint ."
|
|
},
|
|
"cordova": {
|
|
"id": "cordova-plugin-screen-orientation",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"windows"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"cordova",
|
|
"cordova-android",
|
|
"cordova-ios",
|
|
"cordova-windows",
|
|
"device",
|
|
"ecosystem:cordova",
|
|
"screen",
|
|
"orientation",
|
|
"portrait",
|
|
"landscape"
|
|
],
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@cordova/eslint-config": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"cordovaDependencies": {
|
|
"4.0.0": {
|
|
"cordova": ">100"
|
|
}
|
|
}
|
|
}
|
|
}
|