Compare commits

..

6 Commits

Author SHA1 Message Date
2325ffcd76 0.8.28 2017-02-28 06:54:52 -08:00
a02476f025 Bump pxt-core to 0.11.55 2017-02-28 06:54:51 -08:00
7d35519ca8 enabling sharing 2017-02-28 06:06:25 -08:00
a45d46d4b4 0.8.27 2017-02-28 06:00:32 -08:00
176771abfb updated to v0.8.26 2017-02-27 13:44:43 -08:00
9db2687985 0.8.26 2017-02-27 13:36:32 -08:00
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
{
"appref": "v0.8.21"
"appref": "v0.8.26"
}

View File

@ -1,6 +1,6 @@
{
"name": "pxt-calliope",
"version": "0.8.25",
"version": "0.8.28",
"description": "Calliope Mini editor for PXT",
"keywords": [
"JavaScript",
@ -34,7 +34,7 @@
"semantic-ui-less": "^2.2.4"
},
"dependencies": {
"pxt-core": "0.11.32"
"pxt-core": "0.11.55"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"

View File

@ -14,8 +14,8 @@
"cloud": {
"workspace": false,
"packages": true,
"sharing": false,
"publishing": false,
"sharing": true,
"publishing": true,
"preferredPackages": [
],
"githubPackages": true