Skip to content

Commit 2cb5fb3

Browse files
committed
chore: 4.4.0
1 parent 8c9a41d commit 2cb5fb3

File tree

3 files changed

+93
-87
lines changed

3 files changed

+93
-87
lines changed

package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "babel-preset-atomic",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "babel configuration used in atom-ide-community",
55
"homepage": "https://github.com/atom-ide-community/babel",
66
"repository": "https://github.com/atom-ide-community/babel",
77
"license": "MIT",
88
"author": "Amin Yahyaabadi",
99
"main": "./dist/index.js",
1010
"files": [
11-
"./dist/",
12-
"./src/"
11+
"dist",
12+
"src"
1313
],
1414
"scripts": {
1515
"build": "tsc -p ./src/tsconfig.json",
@@ -56,13 +56,15 @@
5656
"devDependencies": {
5757
"@babel/cli": "^7.13.14",
5858
"@babel/core": "^7.13.14",
59-
"@types/babel__core": "^7.1.19",
60-
"@types/babel__preset-env": "7.9.2",
6159
"eslint-config-atomic": "^1.18.1",
6260
"npm-check-updates": "14.1.1",
6361
"prettier-config-atomic": "^3.0.10",
6462
"typescript": "^4.7.4"
6563
},
64+
"optionalDependencies": {
65+
"@types/babel__core": "^7.1.19",
66+
"@types/babel__preset-env": "7.9.2"
67+
},
6668
"peerDependencies": {
6769
"@babel/cli": "^7",
6870
"@babel/core": "^7"
@@ -71,4 +73,4 @@
7173
"babel",
7274
"babel-preset"
7375
]
74-
}
76+
}

pnpm-lock.yaml

+85-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

-2
This file was deleted.

0 commit comments

Comments
 (0)