Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SavanDev committed May 1, 2020
1 parent c5c7f6c commit 50c128a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<div style="text-align:center">
<img src="./icons/cd-current.svg" width="256px" />
<img src="https://raw.githubusercontent.com/SavanDev/cleanify-design/master/icons/cd-current.svg" width="256px" />

![https://savandev.github.io/cleanify-design](https://img.shields.io/github/v/release/savandev/cleanify-design?label=Cleanify%20Design&style=for-the-badge)
![](https://img.shields.io/github/package-json/v/savandev/cleanify-design?color=red&label=master&style=flat-square)
</div>

## HTML, CSS & JS personal framework.

Expand Down
1 change: 1 addition & 0 deletions dist/css/cleanify.css

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

1 change: 1 addition & 0 deletions dist/js/cleanify.js

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

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"start": "gulp watch"
},
"dependencies": {
"rfs": "^9.0.3"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
Expand All @@ -24,18 +27,12 @@
"@types/react-dom": "16.9.7",
"@types/react-highlight": "^0.12.2",
"@types/react-router-dom": "^5.1.5",
"angled-edges": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-highlight": "^0.12.0",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"rfs": "^9.0.3",
"sass": "^1.26.5",
"typescript": "3.8.3"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"gh-pages": "2.2.0",
Expand All @@ -44,7 +41,9 @@
"gulp-sass": "^4.1.0",
"normalize.css": "^8.0.1",
"webpack-cli": "^3.3.11",
"webpack-stream": "^5.2.1"
"webpack-stream": "^5.2.1",
"sass": "^1.26.5",
"typescript": "3.8.3"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -66,4 +65,4 @@
"scss/**/*.scss",
"js/**/*.js"
]
}
}

0 comments on commit 50c128a

Please sign in to comment.