Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(package): move pseudossl to optinalDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Nov 30, 2017
1 parent 05bb1c6 commit c6c2146
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.3.5"></a>
## [1.3.5](https://github.com/Metnew/suicrux/compare/v1.3.3...v1.3.5) (2017-11-30)


### Bug Fixes

* **containers:** fix sticky footer on FF ([77f37ca](https://github.com/Metnew/suicrux/commit/77f37ca))
* **package:** update packages ([05bb1c6](https://github.com/Metnew/suicrux/commit/05bb1c6))
* **package:** update semantic-ui-react to version 0.77.0 ([a4dc873](https://github.com/Metnew/suicrux/commit/a4dc873))
* **webpack_config:** clean autodll libraries list ([e289153](https://github.com/Metnew/suicrux/commit/e289153))



<a name="1.3.4"></a>
## [1.3.4](https://github.com/Metnew/suicrux/compare/v1.3.3...v1.3.4) (2017-11-10)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suicrux",
"version": "1.3.4",
"version": "1.3.5",
"main": "src/client/index.jsx",
"description": "Advanced universal React starter built with a scale in mind.",
"dependencies": {
Expand Down Expand Up @@ -108,7 +108,6 @@
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"postcss-reporter": "^5.0.0",
"pseudossl": "^1.0.1",
"react-hot-loader": "^3.1.3",
"react-test-renderer": "^16.2.0",
"redux-devtools-extension": "^2.13.2",
Expand Down Expand Up @@ -136,6 +135,7 @@
"immutable": "^3.8.2",
"normalizr": "^3.2.4",
"query-string": "^5.0.1",
"pseudossl": "^1.0.1",
"reselect": "^3.0.1",
"store2": "^2.5.9",
"webpack-shell-plugin": "^0.5.0"
Expand Down

0 comments on commit c6c2146

Please sign in to comment.