Skip to content

Commit 6751b34

Browse files
committed
3.1.24
1 parent 38dce39 commit 6751b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "backendless",
3-
"version": "3.1.23",
3+
"version": "3.1.24",
44
"description": "Backendless JavaScript SDK for Node.js and the browser",
55
"main": "./libs/backendless.js",
66
"scripts": {
7-
"test:tsc":"tsc ./tests/tsd.ts",
7+
"test:tsc": "tsc ./tests/tsd.ts",
88
"build": "uglifyjs libs/backendless.js --mangle --source-map libs/backendless.min.map -o libs/backendless.min.js",
99
"update-libs": "git push origin `git subtree split --prefix libs master`:gh-pages --force"
1010
},

0 commit comments

Comments
 (0)