fixing mood block (#349)

This commit is contained in:
Peli de Halleux 2018-02-26 15:59:36 -08:00 committed by GitHub
parent 5f05934dda
commit 594ead703c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 24 deletions

View File

@ -6,7 +6,8 @@
"ns.ts",
"startup.ts",
"images.jres",
"images.ts"
"images.ts",
"mood.ts"
],
"dependencies": {
"base": "file:../base",
@ -17,8 +18,7 @@
"touch-sensor": "file:../touch-sensor",
"ultrasonic-sensor": "file:../ultrasonic-sensor",
"gyro-sensor": "file:../gyro-sensor",
"infrared-sensor": "file:../infrared-sensor",
"mood": "file:../mood"
"infrared-sensor": "file:../infrared-sensor"
},
"public": true
}

View File

@ -1,3 +0,0 @@
# mood
A package to put the EV3 in various moods.

View File

@ -1,15 +0,0 @@
{
"name": "mood",
"description": "The EV3 mood library",
"files": [
"README.md",
"mood.ts"
],
"testFiles": [
],
"public": true,
"dependencies": {
"core": "file:../core",
"music": "file:../music"
}
}

View File

@ -15,13 +15,12 @@
"libs/ultrasonic-sensor",
"libs/infrared-sensor",
"libs/gyro-sensor",
"libs/chassis",
"libs/mood",
"libs/screen",
"libs/ev3",
"libs/chassis",
"libs/storage",
"libs/datalog",
"libs/tests",
"libs/screen",
"libs/game",
"libs/automation"
],