mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 22:12:48 -05:00
change package name to scratch-audio
This commit is contained in:
parent
10cd3a2c31
commit
9731a58f0b
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-audioengine",
|
"name": "scratch-audio",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "audio engine for scratch 3.0",
|
"description": "audio engine for scratch 3.0",
|
||||||
"main": "dist.js",
|
"main": "dist.js",
|
||||||
|
@ -12,14 +12,14 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/LLK/scratch-audioengine.git"
|
"url": "git+https://github.com/LLK/scratch-audio.git"
|
||||||
},
|
},
|
||||||
"author": "Massachusetts Institute of Technology",
|
"author": "Massachusetts Institute of Technology",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/LLK/scratch-audioengine/issues"
|
"url": "https://github.com/LLK/scratch-audio/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/LLK/scratch-audioengine#readme",
|
"homepage": "https://github.com/LLK/scratch-audio#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "6.17.0",
|
"babel-core": "6.17.0",
|
||||||
"babel-eslint": "7.0.0",
|
"babel-eslint": "7.0.0",
|
||||||
|
|
Loading…
Reference in a new issue