Skip to content

Commit

Permalink
Update implementation from ts to es6
Browse files Browse the repository at this point in the history
  • Loading branch information
Guang Yang committed Jan 30, 2018
1 parent 45bd781 commit aa0a904
Show file tree
Hide file tree
Showing 15 changed files with 1,112 additions and 413 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["transform-es2015-modules-commonjs"]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# promise-ts
A 150 loc Promises/A+ implementation in TypeScript
# promised
A 150 loc Promises/A+ implementation.

```
npm install
Expand Down
1 change: 0 additions & 1 deletion dist/index.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions dist/index.js

This file was deleted.

15 changes: 0 additions & 15 deletions dist/promise.d.ts

This file was deleted.

164 changes: 0 additions & 164 deletions dist/promise.js

This file was deleted.

15 changes: 0 additions & 15 deletions dist/src/promise.d.ts

This file was deleted.

Loading

0 comments on commit aa0a904

Please sign in to comment.