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