Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit e96a3cc

Browse files
committed
chore(project): remove generated files
1 parent 5764213 commit e96a3cc

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# atlas-sdk-core
2+
lib
3+
14
# Custom
25
test/.temp
36

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ We use Promises a lot :)
2222
npm install --save atlas-sdk-core es6-promise
2323
```
2424

25+
On install we're transpiling the code for your convenience. You have access to two files under a `lib/` folder, one for using in node and another for browser usages.
26+
27+
2528
## Warning
2629
Cause we are using Promises you must bring your own ES6 Promise compatible polyfill, e.g. [es6-promise](https://github.com/jakearchibald/es6-promise).
2730

0 commit comments

Comments
 (0)