Skip to content

Commit eaa1023

Browse files
committed
Updated bootstrap + versioning
1 parent 85e749d commit eaa1023

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@webpixels/css",
33
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.",
4-
"version": "2.0.4",
5-
"version_short": "2.0",
4+
"version": "3.0.0-beta.1",
5+
"version_short": "3.0",
66
"license": "MIT",
7-
"style": "dist/index.css",
8-
"sass": "index.scss",
7+
"style": "dist/all.css",
8+
"sass": "all.scss",
99
"keywords": [
1010
"webpixels",
1111
"bootstrap",
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@popperjs/core": "^2.11.8",
4747
"autoprefixer": "^10.4.20",
48-
"bootstrap": "^5.3.3",
48+
"bootstrap": "^5.3.8",
4949
"find-unused-sass-variables": "^6.0.0",
5050
"fs-extra": "^11.3.0",
5151
"install": "^0.13.0",

0 commit comments

Comments
 (0)