Skip to content

Commit

Permalink
chore: 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 30, 2022
1 parent 8c9a41d commit 2cb5fb3
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 87 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "babel-preset-atomic",
"version": "4.3.0",
"version": "4.4.0",
"description": "babel configuration used in atom-ide-community",
"homepage": "https://github.com/atom-ide-community/babel",
"repository": "https://github.com/atom-ide-community/babel",
"license": "MIT",
"author": "Amin Yahyaabadi",
"main": "./dist/index.js",
"files": [
"./dist/",
"./src/"
"dist",
"src"
],
"scripts": {
"build": "tsc -p ./src/tsconfig.json",
Expand Down Expand Up @@ -56,13 +56,15 @@
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "7.9.2",
"eslint-config-atomic": "^1.18.1",
"npm-check-updates": "14.1.1",
"prettier-config-atomic": "^3.0.10",
"typescript": "^4.7.4"
},
"optionalDependencies": {
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "7.9.2"
},
"peerDependencies": {
"@babel/cli": "^7",
"@babel/core": "^7"
Expand All @@ -71,4 +73,4 @@
"babel",
"babel-preset"
]
}
}
164 changes: 85 additions & 79 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pnpm-workspace.yaml

This file was deleted.

0 comments on commit 2cb5fb3

Please sign in to comment.