Skip to content

Commit a85722d

Browse files
author
Nikita Elfimov
committed
chore(common): remove tests & update publish configs
1 parent d0fa00b commit a85722d

File tree

7 files changed

+12
-163
lines changed

7 files changed

+12
-163
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ node_modules
4040
# This is the Yarn install state cache, it can be rebuilt anytime
4141
/.yarn/install-state.gz
4242

43+
# IDE dir
44+
.idea
45+
4346
dist

packages/react-auth/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD 3-Clause",
55
"main": "src/index.ts",
66
"files": [
7-
"dist/src"
7+
"dist"
88
],
99
"scripts": {
1010
"build": "yarn app library build",
@@ -25,7 +25,7 @@
2525
},
2626
"publishConfig": {
2727
"access": "public",
28-
"main": "dist/src/index.js",
29-
"typings": "dist/src/index.d.ts"
28+
"main": "dist/index.js",
29+
"typings": "dist/index.d.ts"
3030
}
3131
}

packages/react-auth/unit/react-auth.test.tsx

-66
This file was deleted.

packages/react-locale/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD 3-Clause",
55
"main": "src/index.ts",
66
"files": [
7-
"dist/src"
7+
"dist"
88
],
99
"scripts": {
1010
"build": "yarn app library build",
@@ -26,7 +26,7 @@
2626
},
2727
"publishConfig": {
2828
"access": "public",
29-
"main": "dist/src/index.js",
30-
"typings": "dist/src/index.d.ts"
29+
"main": "dist/index.js",
30+
"typings": "dist/index.d.ts"
3131
}
3232
}

packages/react-locale/unit/react-locale.test.tsx

-58
This file was deleted.

packages/react-modals/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD 3-Clause",
55
"main": "src/index.ts",
66
"files": [
7-
"dist/src"
7+
"dist"
88
],
99
"scripts": {
1010
"build": "yarn app library build",
@@ -26,7 +26,7 @@
2626
},
2727
"publishConfig": {
2828
"access": "public",
29-
"main": "dist/src/index.js",
30-
"typings": "dist/src/index.d.ts"
29+
"main": "dist/index.js",
30+
"typings": "dist/index.d.ts"
3131
}
3232
}

packages/react-modals/unit/react-modals.test.tsx

-30
This file was deleted.

0 commit comments

Comments
 (0)