Skip to content

Commit fbb53c0

Browse files
committed
♻️ version upgrade to 1.0.0 and babel template added as dependency
1 parent f8ee75a commit fbb53c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-async-await.macro",
33
"description": "Write async await statements in a go lang type fashion with no try catch statements",
4-
"version": "0.0.2",
4+
"version": "1.0.0",
55
"engines": {
66
"node": ">=8.9.0"
77
},
@@ -38,12 +38,12 @@
3838
"contributors:generate": "all-contributors generate"
3939
},
4040
"dependencies": {
41-
"babel-plugin-macros": "^2.1.0"
41+
"babel-plugin-macros": "^2.1.0",
42+
"@babel/template": "^7.4.4"
4243
},
4344
"devDependencies": {
4445
"@babel/core": "^7.3.3",
4546
"@babel/preset-env": "^7.3.1",
46-
"@babel/template": "^7.4.4",
4747
"all-contributors-cli": "^6.7.0",
4848
"babel-plugin-tester": "^6.0.0",
4949
"husky": "^3.0.0",

0 commit comments

Comments
 (0)