Skip to content

Commit

Permalink
installed sass
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrjarun committed Dec 8, 2021
1 parent c5365fa commit 5d8f485
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
362 changes: 362 additions & 0 deletions package-lock.json

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

22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "blood-buddy",
"version": "1.0.0",
"description": "[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) ![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DhirajArun/Blood-Buddy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DhirajArun/Blood-Buddy/issues"
},
"homepage": "https://github.com/DhirajArun/Blood-Buddy#readme",
"devDependencies": {
"sass": "^1.44.0"
}
}

0 comments on commit 5d8f485

Please sign in to comment.