Skip to content

Commit

Permalink
build: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Sep 17, 2020
1 parent 8fcf5f5 commit 3a92157
Show file tree
Hide file tree
Showing 2 changed files with 1,880 additions and 14 deletions.
11 changes: 8 additions & 3 deletions package.json
Expand Up @@ -2,15 +2,20 @@
"name": "sinanbolel",
"version": "2.1.3",
"private": true,
"author": "Sinan Bolel <sinanbolel@gmail.com>",
"author": "Sinan Bolel <sbolel@users.noreply.github.com>",
"description": "Sinan Bolel's Personal Site",
"homepage": "sinanbolel.com",
"homepage": "https://sinanbolel.com",
"repository": "https://github.com/sbolel/sbolel.github.io",
"scripts": {
"deploy": "firebase deploy --project project-8970125030784982605",
"deploy": "firebase deploy --project project-8970125030784982605 --only hosting,database:rules",
"start": "serve ./public"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"serve": "^11.3.2"
},
"optionalDependencies": {
Expand Down

0 comments on commit 3a92157

Please sign in to comment.