theo_lafond_react_ci_cd 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +9 -1
package/dist/index.js
CHANGED
|
@@ -9,5 +9,5 @@ Object.defineProperty(exports, "App", {
|
|
|
9
9
|
return _App["default"];
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
var _App = _interopRequireDefault(require("./App
|
|
12
|
+
var _App = _interopRequireDefault(require("./App"));
|
|
13
13
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "theo_lafond_react_ci_cd",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"require": "./dist/index.js"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
6
14
|
"homepage": "https://github.com/Ynov-M1/Test_cycle_TD/app",
|
|
7
15
|
"scripts": {
|
|
8
16
|
"dev": "vite",
|