Updated CSX package version and the yarn.lock files

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

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": {