chore: bump

This commit is contained in:
cha0s 2022-04-05 03:46:31 -05:00
parent 92d4f9fac9
commit 23e07aa2b2
2 changed files with 914 additions and 909 deletions

View File

@ -1,6 +1,6 @@
{
"name": "babeler",
"version": "1.0.1",
"version": "1.0.2",
"description": "Babeler interprets Babel AST",
"main": "index.js",
"author": "cha0s",
@ -11,8 +11,13 @@
"test": "flecks test"
},
"files": [
"build",
"index.js",
"index.js.map"
"index.js.map",
"src",
"test",
"test.js",
"test.js.map"
],
"dependencies": {
"@babel/types": "^7.17.0"

1814
yarn.lock

File diff suppressed because it is too large Load Diff