Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ npm-debug.log
*.swp
.env
.idea/

logs/
test_logs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add trailing cr

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- '10.14'
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
before_script:
- ./scripts/before_script.sh
- greenkeeper-lockfile-update
after_script:
Expand Down
2 changes: 1 addition & 1 deletion Parse-Dashboard/parse-dashboard-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps": [{
"serverURL": "http://localhost:1337/parse",
"serverURL": "http://localhost:1338/parse",
"appId": "hello",
"masterKey": "world",
"appName": "",
Expand Down
Loading