CB-12847: added bugs entry to package.json.

This commit is contained in:
filmaj
2017-05-25 13:19:55 +02:00
parent 7b6f8d7dbd
commit d515b93d7a

View File

@@ -6,6 +6,9 @@
"type": "git",
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www"