Skip to content

Commit 06c7c83

Browse files
committed
⚡ Release 1.10.2
1 parent e7d5231 commit 06c7c83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://www.parse.com",
66
"keywords": [
@@ -70,7 +70,9 @@
7070
"/node_modules/",
7171
"/test_helpers/"
7272
],
73-
"transform": {".*": "./babel-jest.js"},
73+
"transform": {
74+
".*": "./babel-jest.js"
75+
},
7476
"setupTestFrameworkScriptFile": "./setup-jest.js"
7577
}
7678
}

0 commit comments

Comments
 (0)