-
-
Notifications
You must be signed in to change notification settings - Fork 322
Add ParseUI-Widget-Sample #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a09ae86
to
252949f
Compare
252949f
to
6b627fc
Compare
db1884a
to
9077ec5
Compare
config.parse.appId = 'YOUR_PARSE_APP_ID'; | ||
config.parse.js_key = 'YOUR_PARSE_JS_KEY'; | ||
|
||
module.exports = config; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new line
53126b0
to
9f20d11
Compare
@grantland updated the pull request. |
@grantland updated the pull request. |
It check the |
"license": "Platform License", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wangmengyan95 change was done here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Ship it! |
@grantland ping |
Includes a node script to bootstrap a Parse application with data to use with the sample.
a7377ac
to
2b6ddaa
Compare
Includes a node script to bootstrap a Parse application with data to use
with the sample.