mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-04-23 00:00:14 +08:00
chore(npm): use short notation in package.json (#64)
This commit is contained in:
+2
-7
@@ -2,13 +2,8 @@
|
|||||||
"name": "cordova-plugin-screen-orientation",
|
"name": "cordova-plugin-screen-orientation",
|
||||||
"version": "3.0.3-dev",
|
"version": "3.0.3-dev",
|
||||||
"description": "Cordova Screen Orientation plugin",
|
"description": "Cordova Screen Orientation plugin",
|
||||||
"repository": {
|
"repository": "github:apache/cordova-plugin-screen-orientation",
|
||||||
"type": "git",
|
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",
|
||||||
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/apache/cordova-plugin-screen-orientation/issues"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run jshint",
|
"test": "npm run jshint",
|
||||||
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src"
|
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src"
|
||||||
|
|||||||
Reference in New Issue
Block a user