Updated CSX package version and the yarn.lock files

This commit is contained in:
Miel Truyen 2019-11-30 19:36:15 +01:00
parent e4eef2cc1a
commit 93fb6927ca
5 changed files with 4341 additions and 667 deletions

2
.idea/csx.iml generated
View File

@ -3,6 +3,8 @@
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/packages/csx/dist" />
<excludeFolder url="file://$MODULE_DIR$/packages/csx/lib" />
<excludeFolder url="file://$MODULE_DIR$/public" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />

View File

@ -19,7 +19,7 @@
"@babel/plugin-proposal-private-methods": "csx",
"@babel/preset-env": "csx",
"@babel/helper-builder-react-jsx": "csx",
"@babel/helper-plugin-utils": "csx",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-jsx": "csx",
"jsdoc": "latest",
"rollup": "latest",

View File

@ -1,6 +1,6 @@
{
"name": "@cerxes/csx",
"version": "0.0.1",
"version": "0.0.2",
"author": "Miel Truyen <miel.truyen@cerxes.net>",
"description": "CSX is a minimalistic UI-framework inspired by React+JSX for usage with WebComponents.",
"repository": {

3619
yarn.lock Normal file

File diff suppressed because it is too large Load Diff