refactor: move sjcl to lib/sjcl

This commit is contained in:
lin onetwo 2024-03-21 20:27:23 +08:00
parent 17a3c5b634
commit b21d8607cf
2 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
"fields": {
"title": "$:/library/sjcl.js",
"type": "application/javascript",
"library": yes
"library": "yes"
},
"prefix": "(function(define) {\n",
"suffix": "\n})(function (_,defined){$tw.sjcl = defined()})\n"
"suffix": "\n})(function (_,defined){window.sjcl = defined()})\n"
}
]
}