Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f8b8fbb1b4 | |||
594ead703c |
@ -6,7 +6,8 @@
|
|||||||
"ns.ts",
|
"ns.ts",
|
||||||
"startup.ts",
|
"startup.ts",
|
||||||
"images.jres",
|
"images.jres",
|
||||||
"images.ts"
|
"images.ts",
|
||||||
|
"mood.ts"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"base": "file:../base",
|
"base": "file:../base",
|
||||||
@ -17,8 +18,7 @@
|
|||||||
"touch-sensor": "file:../touch-sensor",
|
"touch-sensor": "file:../touch-sensor",
|
||||||
"ultrasonic-sensor": "file:../ultrasonic-sensor",
|
"ultrasonic-sensor": "file:../ultrasonic-sensor",
|
||||||
"gyro-sensor": "file:../gyro-sensor",
|
"gyro-sensor": "file:../gyro-sensor",
|
||||||
"infrared-sensor": "file:../infrared-sensor",
|
"infrared-sensor": "file:../infrared-sensor"
|
||||||
"mood": "file:../mood"
|
|
||||||
},
|
},
|
||||||
"public": true
|
"public": true
|
||||||
}
|
}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
# mood
|
|
||||||
|
|
||||||
A package to put the EV3 in various moods.
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pxt-ev3",
|
"name": "pxt-ev3",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pxt-ev3",
|
"name": "pxt-ev3",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "LEGO Mindstorms EV3 for Microsoft MakeCode",
|
"description": "LEGO Mindstorms EV3 for Microsoft MakeCode",
|
||||||
"private": true,
|
"private": true,
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -15,13 +15,12 @@
|
|||||||
"libs/ultrasonic-sensor",
|
"libs/ultrasonic-sensor",
|
||||||
"libs/infrared-sensor",
|
"libs/infrared-sensor",
|
||||||
"libs/gyro-sensor",
|
"libs/gyro-sensor",
|
||||||
"libs/chassis",
|
"libs/screen",
|
||||||
"libs/mood",
|
|
||||||
"libs/ev3",
|
"libs/ev3",
|
||||||
|
"libs/chassis",
|
||||||
"libs/storage",
|
"libs/storage",
|
||||||
"libs/datalog",
|
"libs/datalog",
|
||||||
"libs/tests",
|
"libs/tests",
|
||||||
"libs/screen",
|
|
||||||
"libs/game",
|
"libs/game",
|
||||||
"libs/automation"
|
"libs/automation"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user