Comparing version 0.1.0-alpha-5 to 0.1.0-alpha-6
{ | ||
"name": "alga-js", | ||
"version": "0.1.0-alpha-5", | ||
"version": "0.1.0-alpha-6", | ||
"description": "Alga.js is a JavaScript helper to help build UI components by using any of modern web frameworks or libraries", | ||
@@ -9,4 +9,4 @@ "module": "./lib/alga.es.js", | ||
".": { | ||
"import": "./dist/alga.es.js", | ||
"require": "./dist/alga-cjs.js", | ||
"import": "./lib/alga.es.js", | ||
"require": "./lib/alga-cjs.js", | ||
"types": "./types/alga.d.ts" | ||
@@ -13,0 +13,0 @@ }, |
@@ -15,6 +15,6 @@ <p align="center" style="text-align: center"> | ||
# Alga.js | ||
Alga.js is a JavaScript helper to help build UI components by using any of modern web frameworks or libraries, especially the frameworks that we currently use like Vue, Petite-Vue, Alpine.js and Vanilla Web Components to produce our custom elements, see [the documentation here](https://algajs.tedir.dev) or visit this link `https://algajs.tedir.dev`. | ||
Alga.js is a JavaScript helper to help build UI components by using any of modern web frameworks or libraries, see [the documentation here](https://algajs.tedir.dev) or visit this link `https://algajs.tedir.dev`. | ||
## Installation | ||
This Alga.js is a pure JavaScript plugin, so it doesn't have any dependencies and you can install it by using NPM or Yarn. | ||
This Alga.js is a pure JavaScript plugin, so it doesn't have any dependencies and you can install it by using NPM or Yarn. Don't forget to use `--save-dev` flag when installing it. | ||
@@ -26,3 +26,3 @@ ```sh | ||
yarn add alga-js | ||
yarn add alga-js --dev | ||
``` | ||
@@ -29,0 +29,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
276803