This repository has been archived by the owner on Jun 10, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#22) - rename npm package to babel-plugin-async-to-promises
- Loading branch information
1 parent
8a7af8c
commit 03a33a4
Showing
5 changed files
with
53 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Kneden (babel-plugin-async-to-promises) | ||
======================================= | ||
|
||
> Transpile ES7 async/await to vanilla ES6 Promise chains | ||
This package name is being phased out. Install [babel-plugin-async-to-promises](https://www.npmjs.com/package/babel-plugin-async-to-promises) | ||
instead. For more information see | ||
[issue #22](https://github.com/marten-de-vries/kneden/issues/22) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = require('babel-plugin-async-to-promises'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "kneden", | ||
"version": "1.0.4", | ||
"description": " Transpile ES7 async/await to vanilla ES6 Promise chains", | ||
"repository": "marten-de-vries/kneden", | ||
"author": "Marten de Vries", | ||
"main": "index.js", | ||
"keywords": [ | ||
"es", | ||
"7", | ||
"6", | ||
"babel", | ||
"promise", | ||
"async", | ||
"await", | ||
"promises", | ||
"function", | ||
"functions", | ||
"plugin", | ||
"babel-plugin" | ||
], | ||
"dependencies": { | ||
"babel-plugin-async-to-promises": "1.0.4" | ||
}, | ||
"license": "ISC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters