You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

edifice-bootstrap

Package Overview
Dependencies
Maintainers
0
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edifice-bootstrap - npm Package Compare versions

Comparing version

to
2.0.0-develop-rc.14

14

package.json
{
"name": "edifice-bootstrap",
"version": "2.0.0-develop-rc.13",
"version": "2.0.0-develop-rc.14",
"description": "Edifice CSS framework based on Bootstrap",

@@ -11,9 +11,9 @@ "keywords": [

],
"homepage": "https://github.com/edificeio/edifice-ui/tree/main/packages/bootstrap#readme",
"homepage": "https://github.com/edificeio/edifice-frontend-framework/tree/main/packages/shared/bootstrap#readme",
"bugs": {
"url": "https://github.com/edificeio/edifice-ui/issues"
"url": "https://github.com/edificeio/edifice-frontend-framework/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edificeio/edifice-ui.git"
"url": "git+https://github.com/edificeio/edifice-frontend-framework.git"
},

@@ -36,5 +36,5 @@ "license": "AGPL-3.0",

"generate-commit-version": "node scripts/version.cjs",
"build": "rm -rf dist && cp -r assets dist && pnpm run compile && cp dist/index.css ../../public/assets/themes/edifice-bootstrap/index.css",
"build": "rm -rf dist && cp -r assets dist && pnpm run compile && cp dist/index.css ../../../public/assets/themes/edifice-bootstrap/index.css",
"watch": "sass --watch --load-path=node_modules/ --style=compressed scss/index.scss dist/index.css",
"watch:react": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../../public/assets/themes/edifice-bootstrap/index.css",
"watch:react": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../../../public/assets/themes/edifice-bootstrap/index.css",
"watch:sb": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../../../recette/assets/themes/edifice-bootstrap/index.css"

@@ -57,3 +57,3 @@ },

},
"gitHead": "0139116ce0d4be358d1e6ca110bb7cd403f3a581"
"gitHead": "67a4fb80b5bc17834876edda304fb0dba5abb41b"
}

@@ -24,3 +24,3 @@ # Edifice Bootstrap

Watch styles to `edifice-ui` when developing on Storybook.
Watch styles to `edifice-frontend-framework` when developing on Storybook.

@@ -27,0 +27,0 @@ ```