@bbn/bbn 2.0.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ![Build](https://github.com/nabab/bbnjs/workflows/Build/badge.svg)
6
6
 
7
- ### BBNJS is an opiniated library for the browser used by the [VueJS Components](https://bbn.io/bbn-vue/home), and by the [Application AppUI](https://app-ui.com), and designed to work in conjonction with the [BBN-PHP Framework](https://bbn.io/bbn-php/home) and the [BBN-CSS Library](https://bbn.io/bbn-css/home).
7
+ ### BBN-JS is a Javascript toolkit for the browser used by the [BBN-CP Web Components](https://bbn.io/bbn-cp/home), and by the [AppUI Application](https://app-ui.com), and designed to work in conjonction with the [BBN-PHP Framework](https://bbn.io/bbn-php/home) and the [BBN-CSS Library](https://bbn.io/bbn-css/home).
8
8
 
9
9
  You can check the documentation:
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",