Skip to content

Commit a7377ac

Browse files
committed
More nits
1 parent 9f20d11 commit a7377ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ParseUI-Widget-Sample/src/main/res/values/keys.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<resources>
33
<string name="parse_app_id">YOUR_PARSE_APP_ID</string>
44
<string name="parse_client_key">YOUR_PARSE_CLIENT_KEY</string>
5-
</resources>
5+
</resources>

scripts/bootstrap/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
},
99
"author": "Grantland Chew",
1010
"license": "Platform License",
11+
"engines": {
12+
"node": ">=4.0.0"
13+
},
1114
"dependencies": {
1215
"parse": "^1.6.13",
1316
"promise": "^7.1.1"

0 commit comments

Comments
 (0)