scratch-audioengine
Advanced tools
Comparing version 0.1.0-prerelease.1478036823 to 0.1.0-prerelease.1478119073
{ | ||
"name": "scratch-audioengine", | ||
"version": "0.1.0-prerelease.1478036823", | ||
"version": "0.1.0-prerelease.1478119073", | ||
"description": "audio engine for scratch 3.0", | ||
@@ -5,0 +5,0 @@ "main": "dist.js", |
@@ -1,2 +0,2 @@ | ||
# scratch-audioengine | ||
# scratch-audio | ||
#### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects | ||
@@ -6,3 +6,3 @@ | ||
[![Build Status](https://travis-ci.com/LLK/scratch-audioengine.svg?token=KcCHRot8oJYS4bsz1qET&branch=master)](https://travis-ci.com/LLK/scratch-audioengine) | ||
[![Build Status](https://travis-ci.org/LLK/scratch-audio.svg?branch=develop)](https://travis-ci.org/LLK/scratch-audio) | ||
@@ -14,8 +14,8 @@ ## Installation | ||
```bash | ||
npm install https://github.com/LLK/scratch-audioengine.git | ||
npm install https://github.com/LLK/scratch-audio.git | ||
``` | ||
If you want to edit/play yourself: | ||
```bash | ||
git clone git@github.com:LLK/scratch-audioengine.git | ||
cd scratch-audioengine | ||
git clone git@github.com:LLK/scratch-audio.git | ||
cd scratch-audio | ||
npm install | ||
@@ -22,0 +22,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
827709