Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
developerruhul committed Mar 19, 2021
1 parent cb10650 commit 9bf1483
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 717 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ tmp
src/**/*.css
.vscode

.cache
.cache
.parcel-cache
7 changes: 0 additions & 7 deletions .postcssrc

This file was deleted.

21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "coin-dashboard",
"version": "0.1",
"description": "a fiction coin-dashboard app",
"main": "index.html",
"homepage": "https://ruhulwebdev.github.io/coindesk/",
"repository": "https://github.com/ruhulwebdev/coindesk",
"author": "ruhulwebdev <[email protected]>",
"name": "coindesk-dashboard",
"version": "0.0.1",
"description": "A fictional dashboard for coindesk",
"homepage": "https://coindesk-dashboard.netlify.app",
"repository": "https://github.com/developerruhul/coindesk-dashboard",
"author": "Developer Ruhul <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"autoprefixer": "^9.4.10",
"autoprefixer": "^10.2.5",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gh-pages": "^2.0.1",
"node-sass": "^4.11.0",
"parcel": "^1.12.1"
"parcel": "^1.12.1",
"postcss": "^8.1.0",
"sass": "^1.32.8"
},
"scripts": {
"start": "parcel ./src/index.html",
Expand Down
Loading

0 comments on commit 9bf1483

Please sign in to comment.