Skip to content

Commit

Permalink
fix css build
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Jul 6, 2020
1 parent 8bb8954 commit ed24258
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3] - 2020-07-06

### Fixed

- Fix css build
-

## [0.4.2] - 2020-07-05

### Fixed
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pro-sidebar",
"version": "0.4.2",
"version": "0.4.3",
"description": "React sidebar library with dropdown menus and unlimit number of nested submenus",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -13,7 +13,8 @@
"private": false,
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c",
"build:sass": "node-sass src/scss/styles.scss dist/css/styles.css",
"build": "rollup -c && yarn build:sass ",
"start": "rollup -c -w",
"start:demo": "cross-env PORT=4747 yarn --cwd ./demo start",
"start:all": "concurrently \" yarn start\" \" yarn start:demo\"",
Expand Down Expand Up @@ -47,6 +48,7 @@
"gh-pages": "^2.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.2",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.7.6",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2761,7 +2761,7 @@ node-gyp@^3.8.0:
tar "^2.0.0"
which "1"

node-sass@4:
node-sass@4, node-sass@^4.14.1:
version "4.14.1"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5"
integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==
Expand Down

0 comments on commit ed24258

Please sign in to comment.