chore(npm): use short notation in package.json (#64)

This commit is contained in:
Tim Brust 2020-07-02 08:05:29 +00:00 committed by GitHub
parent 2c6b348f86
commit 4b719848a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"