From 9731a58f0bad894f42645007bd6ce769a3eb6c0d Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Fri, 6 Jan 2017 10:02:28 -0500 Subject: [PATCH] change package name to scratch-audio --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0fe0234..ad66548 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "scratch-audioengine", + "name": "scratch-audio", "version": "0.1.0", "description": "audio engine for scratch 3.0", "main": "dist.js", @@ -12,14 +12,14 @@ }, "repository": { "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", "license": "BSD-3-Clause", "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": { "babel-core": "6.17.0", "babel-eslint": "7.0.0",