ode-bootstrap-one 1.1.2 → 1.1.3-dev-produit.202304051754

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/dist/version.txt +2 -2
  2. package/package.json +2 -2
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- ode-bootstrap=1.1.2 13/01/2023 16:27:29
2
- ode-bootstrap-one=1.1.2 27/01/2023 10:24:41
1
+ ode-bootstrap=1.1.2-dev-SNAPSHOT 05/04/2023 17:54:12
2
+ ode-bootstrap-one=1.1-dev-produit-SNAPSHOT 05/04/2023 17:55:36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-bootstrap-one",
3
- "version": "1.1.2",
3
+ "version": "1.1.3-dev-produit.202304051754",
4
4
  "description": "One theme by Open Digital Education\"",
5
5
  "scripts": {
6
6
  "sass:watch": "node-sass --source-map true -w scss/index.scss docs/index.css",
@@ -30,7 +30,7 @@
30
30
  "author": "Open Digital Education",
31
31
  "license": "AGPL-3.0",
32
32
  "dependencies": {
33
- "ode-bootstrap": "master"
33
+ "ode-bootstrap": "dev-produit"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@fortawesome/fontawesome-free": "^5.15.4",