Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Jun 7, 2017
2 parents 40cec81 + 2260eef commit 5ff118d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd ./MyCordovaProject
cordova plugin add ../cordova-spotify
```

An npm-based installation as well as API documentation will be provided at a later stage when the stability has improved.
API documentation will be provided at a later stage when the stability has improved.

Note: Make sure your installation path doesn't contain any spaces.

Expand Down
27 changes: 21 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
{
"name": "cordova-spotify",
"version": "0.2.2",
"description": "Spotify SDK Cordova bindings for Festify",
"description": "Spotify SDK bindings for Cordova Applications",
"repository": {
"type": "git",
"url": "git+https://github.com/Festify/cordova-spotify.git"
},
"engines": {
"cordovaDependencies": {
"0.2.2": {
"cordova": "^6.0.0",
"es6-promise-plugin": "^4.1.0"
}
}
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"spotify",
"sdk",
"festify"
"sdk"
],
"author": "Festify Dev Team <[email protected]>",
"license": "MIT",
"contributors": [
"Moritz Gunz <[email protected]>",
"Leo Bernard <[email protected]>",
"Marcus Weiner <[email protected]>"
],
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/Festify/cordova-spotify/issues"
"url": "https://github.com/Festify/cordova-spotify/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/Festify/cordova-spotify#readme"
}
19 changes: 0 additions & 19 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
{
"name": "cordova-spotify",
"version": "0.2.2",
"description": "The JavaScript part of the cordova-spotify plugin.",
"repository": {
"type": "git",
"url": "git+https://github.com/Festify/cordova-spotify.git"
},
"keywords": [
"cordova",
"spotify",
"sdk",
"festify"
],
"author": "Festify Dev Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Festify/cordova-spotify/issues"
},
"homepage": "https://github.com/Festify/cordova-spotify#readme",
"dependencies": {
"eventemitter3": "^2.0.2",
"isomorphic-fetch": "^2.2.1",
Expand Down

0 comments on commit 5ff118d

Please sign in to comment.