File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.1.4 (November 24, 2020)
2+
3+
4+
15## 1.1.3 (November 24, 2020)
26
37
Original file line number Diff line number Diff line change 11name : static-demo-blocklet
22title : Static Demo
3- version : 1.1.3
3+ version : 1.1.4
44description : Demo blocklet that shows how to serve a static html5 game with ABT Node
55files :
66 - app/
Original file line number Diff line number Diff line change 44 "publishConfig" : {
55 "access" : " public"
66 },
7- "version" : " 1.1.3 " ,
7+ "version" : " 1.1.4 " ,
88 "description" : " Demo blocklet that shows how to serve a static html5 game with ABT Node" ,
99 "files" : [
1010 " app/" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ make release
1010npm config set ' //registry.npmjs.org/:_authToken' " ${NPM_TOKEN} "
1111
1212echo " publishing did-connect blocklet..."
13- abtnode bundle
13+ npm run release
1414npm publish .blocklet/bundle
1515
1616# deploy to remote ABT Node
Original file line number Diff line number Diff line change 1- 1.1.3
1+ 1.1.4
You can’t perform that action at this time.
0 commit comments