Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
fix($bundle): Change the way we bundle thing to use named exports ins…
Browse files Browse the repository at this point in the history
…tead

BREAKING CHANGE: The way to use the bundle has changed. See readme.md

#2
  • Loading branch information
Marc-Antoine Veilleux committed Aug 10, 2017
1 parent 1739f2f commit 67ae060
Show file tree
Hide file tree
Showing 38 changed files with 43 additions and 367 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dist
compiled
.awcache
commands.json
compiled_tools*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A typescript compatible javascript wrapper for Salesforce DX cli.

### Usage
```
const sfdx = require('sfdx-js').createUsingPath('sfdx')
const sfdx = require('sfdx-js').Client.createUsingPath('sfdx')
sfdx.auth.webLogin().then(function() {
console.log('done!');
})
Expand Down
221 changes: 0 additions & 221 deletions compiled_tools/generator.js

This file was deleted.

1 change: 0 additions & 1 deletion compiled_tools/generator.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions compiled_tools/rootObject.js

This file was deleted.

1 change: 0 additions & 1 deletion compiled_tools/rootObject.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions compiled_tools/templates/classDefinition.js

This file was deleted.

1 change: 0 additions & 1 deletion compiled_tools/templates/classDefinition.js.map

This file was deleted.

19 changes: 0 additions & 19 deletions compiled_tools/types/generator.d.ts

This file was deleted.

Loading

0 comments on commit 67ae060

Please sign in to comment.