Skip to content

Commit 23cb6d9

Browse files
committed
Latest Core
1 parent b9b4df6 commit 23cb6d9

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "reactium-core",
3-
"version": "5.0.0-alpha-3",
2+
"name": "reactium-core-project",
3+
"version": "5.0.0",
44
"description": "A framework for creating React + Redux apps using the domain driven design (DDD) paradigm.",
55
"main": "index.js",
66
"scripts": {
@@ -58,7 +58,7 @@
5858
"@atomic-reactor/reactium-user": "5.0.1",
5959
"@atomic-reactor/reactium-setting": "5.0.1",
6060
"@atomic-reactor/reactium-svg": "0.0.3",
61-
"@atomic-reactor/reactium-core": "5.0.1"
61+
"@atomic-reactor/reactium-core": "5.0.2"
6262
},
6363
"workspaces": [
6464
"reactium_modules/*",

src/index.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Reactium Server Start
3+
*/
4+
import { start } from '@atomic-reactor/reactium-core';
5+
start();

0 commit comments

Comments
 (0)