Skip to content

Commit

Permalink
V0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eltoroit committed Dec 1, 2018
1 parent d4f8ebe commit 7efe409
Show file tree
Hide file tree
Showing 27 changed files with 2,828 additions and 9,904 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"name": "Attach to Remote",
"address": "127.0.0.1",
"port": 9229,
"localRoot": "${workspaceFolder}"
"localRoot": "${workspaceFolder}",
"remoteRoot": "${workspaceFolder}"
},
{
"name": "Unit Tests",
Expand Down
23 changes: 23 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "silent",
"panel": "shared",
"clear": true,
"focus": false,
"showReuseMessage": true
}
}]
}
2 changes: 1 addition & 1 deletion ETCopyData.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"now": "2018-11-30T01:55:11.321Z",
"now": "2018-11-30T03:26:17.937Z",
"orgSource": "dhDEX601",
"orgDestination": "soDEX601",
"sObjectsData": [
Expand Down
301 changes: 236 additions & 65 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bin/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node

require('@oclif/command').run()
.catch(require('@oclif/errors/handle'))
// tslint:disable-next-line
require('@oclif/command').run().catch(require('@oclif/errors/handle'));
6 changes: 0 additions & 6 deletions messages/org.json

This file was deleted.

Loading

0 comments on commit 7efe409

Please sign in to comment.