We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ee75a commit fbb53c0Copy full SHA for fbb53c0
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "better-async-await.macro",
3
"description": "Write async await statements in a go lang type fashion with no try catch statements",
4
- "version": "0.0.2",
+ "version": "1.0.0",
5
"engines": {
6
"node": ">=8.9.0"
7
},
@@ -38,12 +38,12 @@
38
"contributors:generate": "all-contributors generate"
39
40
"dependencies": {
41
- "babel-plugin-macros": "^2.1.0"
+ "babel-plugin-macros": "^2.1.0",
42
+ "@babel/template": "^7.4.4"
43
44
"devDependencies": {
45
"@babel/core": "^7.3.3",
46
"@babel/preset-env": "^7.3.1",
- "@babel/template": "^7.4.4",
47
"all-contributors-cli": "^6.7.0",
48
"babel-plugin-tester": "^6.0.0",
49
"husky": "^3.0.0",
0 commit comments