Initial target repo setup to move to master (v3.10)
This commit is contained in:
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pxt-microbit",
|
||||
"version": "0.14.31",
|
||||
"version": "1.0.0",
|
||||
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
||||
"keywords": [
|
||||
"JavaScript",
|
||||
@ -34,13 +34,15 @@
|
||||
"main": "built/pxtrequire.js",
|
||||
"typings": "built/pxtrequire.d.ts",
|
||||
"devDependencies": {
|
||||
"typescript": "^1.8.7",
|
||||
"rtlcss": "^2.1.2",
|
||||
"autoprefixer": "^6.7.6",
|
||||
"typescript": "2.6.1",
|
||||
"less": "2.7.3",
|
||||
"semantic-ui-less": "2.2.14"
|
||||
"semantic-ui-less": "2.2.14",
|
||||
"@types/bluebird": "2.0.33",
|
||||
"@types/jquery": "3.2.16",
|
||||
"@types/marked": "0.3.0",
|
||||
"@types/node": "8.0.53"
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-core": "0.18.5"
|
||||
"pxt-core": "3.10.9"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user