mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 22:12:48 -05:00
Merge pull request #16 from LLK/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
commit
7ac04913ba
3 changed files with 14 additions and 13 deletions
|
@ -1,6 +1,8 @@
|
|||
# scratch-audio
|
||||
#### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects
|
||||
|
||||
[![Greenkeeper badge](https://badges.greenkeeper.io/LLK/scratch-audio.svg)](https://greenkeeper.io/)
|
||||
|
||||
#### Please note this project is at an early stage and we are not ready for pull requests
|
||||
|
||||
[![Build Status](https://travis-ci.org/LLK/scratch-audio.svg?branch=develop)](https://travis-ci.org/LLK/scratch-audio)
|
||||
|
|
19
package.json
19
package.json
|
@ -21,17 +21,16 @@
|
|||
},
|
||||
"homepage": "https://github.com/LLK/scratch-audio#readme",
|
||||
"devDependencies": {
|
||||
"babel-core": "6.17.0",
|
||||
"babel-eslint": "7.0.0",
|
||||
"babel-loader": "6.2.5",
|
||||
"babel-preset-es2015": "6.16.0",
|
||||
"eslint": "3.7.1",
|
||||
"json": "9.0.4",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-eslint": "^7.2.2",
|
||||
"babel-loader": "^6.4.1",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"eslint": "^3.19.0",
|
||||
"json": "^9.0.6",
|
||||
"minilog": "^3.0.1",
|
||||
"soundfont-player": "0.10.5",
|
||||
"tone": "0.9.0",
|
||||
"travis-after-all": "1.4.4",
|
||||
"webpack": "1.13.2"
|
||||
},
|
||||
"dependencies": {}
|
||||
"travis-after-all": "^1.4.4",
|
||||
"webpack": "2.4.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue