ode-bootstrap 1.2.1-dev.202308281613 → 1.2.1-dev.202308300945
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.
|
File without changes
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-bootstrap=1.2.1-dev-SNAPSHOT
|
|
1
|
+
ode-bootstrap=1.2.1-dev-SNAPSHOT 30/08/2023 09:46:17
|
package/package.json
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-bootstrap",
|
|
3
|
-
"version": "1.2.1-dev.
|
|
3
|
+
"version": "1.2.1-dev.202308300945",
|
|
4
4
|
"description": "Open Digital Education CSS framework based on bootstrap",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
|
|
7
|
-
"dev:lint-fix": "stylelint scss/**/*.scss --fix || echo \"lint faild for some file(s).\"",
|
|
8
|
-
"dev:lint": "stylelint scss/**/*.scss || echo \"lint faild for some file(s).\"",
|
|
9
|
-
"format:check": "npx prettier --check .",
|
|
10
|
-
"format:write": "npx prettier --write .",
|
|
11
|
-
"format": "yarn format:write && yarn format:check",
|
|
12
|
-
"release:build": "yarn release:prepare && yarn sass:build:release",
|
|
13
|
-
"release:clean": "rimraf dist",
|
|
14
|
-
"release:prepare": "yarn release:clean && yarn copy-fonts && cpr assets/ dist/",
|
|
15
|
-
"sass:build:release": "sass --load-path=node_modules/ --style=compressed scss/index.scss dist/index.css"
|
|
16
|
-
},
|
|
17
5
|
"repository": {
|
|
18
6
|
"type": "git",
|
|
19
7
|
"url": "git+https://github.com/opendigitaleducation/ode-bootstrap.git"
|
|
@@ -44,8 +32,26 @@
|
|
|
44
32
|
"dependencies": {
|
|
45
33
|
"@fortawesome/fontawesome-free": "6.2.0",
|
|
46
34
|
"bootstrap": "5.2.2",
|
|
47
|
-
"@popperjs/core":"2.11.6",
|
|
35
|
+
"@popperjs/core": "2.11.6",
|
|
48
36
|
"entcore-generic-icons": "opendigitaleducation/generic-icons"
|
|
49
37
|
},
|
|
50
|
-
"files": [
|
|
51
|
-
|
|
38
|
+
"files": [
|
|
39
|
+
"assets",
|
|
40
|
+
"scss",
|
|
41
|
+
"dist/version.txt",
|
|
42
|
+
"dist/icons",
|
|
43
|
+
"dist/images"
|
|
44
|
+
],
|
|
45
|
+
"scripts": {
|
|
46
|
+
"copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
|
|
47
|
+
"dev:lint-fix": "stylelint scss/**/*.scss --fix || echo \"lint faild for some file(s).\"",
|
|
48
|
+
"dev:lint": "stylelint scss/**/*.scss || echo \"lint faild for some file(s).\"",
|
|
49
|
+
"format:check": "npx prettier --check .",
|
|
50
|
+
"format:write": "npx prettier --write .",
|
|
51
|
+
"format": "yarn format:write && yarn format:check",
|
|
52
|
+
"release:build": "yarn release:prepare && yarn sass:build:release",
|
|
53
|
+
"release:clean": "rimraf dist",
|
|
54
|
+
"release:prepare": "yarn release:clean && yarn copy-fonts && cpr assets/ dist/",
|
|
55
|
+
"sass:build:release": "sass --load-path=node_modules/ --style=compressed scss/index.scss dist/index.css"
|
|
56
|
+
}
|
|
57
|
+
}
|