Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "rm-plugin", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"type": "module", | ||
"description": "", | ||
@@ -9,3 +10,3 @@ "repository": { | ||
}, | ||
"main": "index.js", | ||
"main": "index.min.js", | ||
"scripts": { | ||
@@ -12,0 +13,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -22,2 +22,5 @@ # RM Plugin SDK <img alt="npm" src="https://img.shields.io/npm/v/rm-plugin"> | ||
// get platform | ||
const platform = rm.getPlatform(); | ||
// show toast message | ||
@@ -24,0 +27,0 @@ rm.showToast({ |
Sorry, the diff of this file is not supported yet
16577
6
388
60
Yes