removing pxt-filesystem from preferred package list

This commit is contained in:
Peli de Halleux 2017-03-20 11:37:54 -07:00
parent 861678ae75
commit 10adac56b4

View File

@ -17,8 +17,7 @@
"sharing": true,
"publishing": true,
"preferredPackages": [
"Microsoft/pxt-neopixel",
"Microsoft/pxt-filesystem"
"Microsoft/pxt-neopixel"
],
"githubPackages": true
},