We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dce39 commit 6751b34Copy full SHA for 6751b34
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "backendless",
3
- "version": "3.1.23",
+ "version": "3.1.24",
4
"description": "Backendless JavaScript SDK for Node.js and the browser",
5
"main": "./libs/backendless.js",
6
"scripts": {
7
- "test:tsc":"tsc ./tests/tsd.ts",
+ "test:tsc": "tsc ./tests/tsd.ts",
8
"build": "uglifyjs libs/backendless.js --mangle --source-map libs/backendless.min.map -o libs/backendless.min.js",
9
"update-libs": "git push origin `git subtree split --prefix libs master`:gh-pages --force"
10
},
0 commit comments