ode-ngjs-front 0.6.0-explorer.202110070911 → 0.6.0-explorer.202110110733

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,9 @@ Open Digital Education (ODE) frontend framework definition and implementation.
4
4
  /!\ THIS IS WORK IN PROGRESS, AND STILL UNDER HEAVY DEVELOPMENT.
5
5
  PLEASE DO NOT USE UNTIL IT REACHES 1.0.
6
6
 
7
- It is focused on the UI (presentation layer), and relies on ode-ts-client for the data layer.
7
+ It focus on the UI (presentation layer), and relies on ode-ts-client for the data layer.
8
8
 
9
- It is written in typescript and provides features and components to build and run ODE applications :
9
+ Written in typescript, it provides features and components to build and run ODE applications :
10
10
 
11
11
  - angularJS bootstrap,
12
12
  - many angularJS directives and services,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-ngjs-front",
3
- "version": "0.6.0-explorer.202110070911",
3
+ "version": "0.6.0-explorer.202110110733",
4
4
  "description": "Open Digital Education Frontend Framework",
5
5
  "main": "dist/ts/index.js",
6
6
  "types": "dist/ts/index.d.ts",