Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augment iAudioTrack with useful state change events #117

Open
wants to merge 5 commits into
base: 3.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Dependencies fixes
  • Loading branch information
sfaizanh authored Apr 29, 2017
commit a024f82b6ab243536f747ba1d0f096aed110ba84
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"release": "npm run prepublish && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
Expand All @@ -26,9 +27,7 @@
"ionicons": "3.0.0",
"rxjs": "5.1.1",
"sw-toolbox": "3.4.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"zone.js": "^0.8.4",
"typescript": "~2.2.1"
},
"repository": {
Expand Down