@edifice.io/bootstrap 2.0.0-develop-rc.15 → 2.0.0-develop-rc.19
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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/bootstrap",
|
|
3
|
-
"version": "2.0.0-develop-rc.
|
|
3
|
+
"version": "2.0.0-develop-rc.19",
|
|
4
4
|
"description": "Edifice CSS framework based on Bootstrap",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bootstrap",
|
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
"Edifice",
|
|
9
9
|
"Theme"
|
|
10
10
|
],
|
|
11
|
-
"homepage": "https://github.com/edificeio/edifice-
|
|
11
|
+
"homepage": "https://github.com/edificeio/edifice-ui/tree/main/packages/bootstrap#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/edificeio/edifice-
|
|
13
|
+
"url": "https://github.com/edificeio/edifice-ui/issues"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/edificeio/edifice-
|
|
18
|
-
"directory": "packages/bootstrap"
|
|
17
|
+
"url": "git+https://github.com/edificeio/edifice-ui.git"
|
|
19
18
|
},
|
|
20
19
|
"license": "AGPL-3.0",
|
|
21
20
|
"author": "Edifice",
|
|
@@ -38,7 +37,7 @@
|
|
|
38
37
|
"access": "public"
|
|
39
38
|
},
|
|
40
39
|
"scripts": {
|
|
41
|
-
"build": "rm -rf dist && cp -r assets dist && pnpm run compile",
|
|
40
|
+
"build": "rm -rf dist && cp -r assets dist && pnpm run compile && cp dist/index.css ../../apps/docs/public/assets/themes/edifice-bootstrap/index.css",
|
|
42
41
|
"clean": "rm -rf dist",
|
|
43
42
|
"compile": "sass --load-path=node_modules/ --style=compressed src/index.scss dist/index.css",
|
|
44
43
|
"dev:fix": "stylelint src/**/*.scss --fix",
|
|
@@ -48,6 +47,7 @@
|
|
|
48
47
|
"format:write": "npx prettier --write src/**/*.scss",
|
|
49
48
|
"generate-commit-version": "node scripts/version.cjs",
|
|
50
49
|
"watch": "sass --watch --load-path=node_modules/ --style=compressed src/index.scss dist/index.css",
|
|
51
|
-
"watch:react": "sass --watch --style compressed --load-path=node_modules/ --no-source-map src/index.scss"
|
|
50
|
+
"watch:react": "sass --watch --style compressed --load-path=node_modules/ --no-source-map src/index.scss ../../apps/docs/public/assets/themes/edifice-bootstrap/index.css",
|
|
51
|
+
"watch:sb": "sass --watch --style compressed --load-path=node_modules/ --no-source-map src/index.scss ../../../recette/assets/themes/edifice-bootstrap/index.css"
|
|
52
52
|
}
|
|
53
53
|
}
|