Skip to content

Commit

Permalink
Adding package.json and installing bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
gorohoroh committed Jul 14, 2018
1 parent cd5e4ae commit 6072aa7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions OdeToFoodRider/OdeToFoodRider/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "OdeToFoodRider",
"version": "1.0.0",
"dependencies": {
"bootstrap": "3.3.7"
}
}
10 changes: 10 additions & 0 deletions OdeToFoodVisualStudio/OdeToFoodVisualStudio/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "1.0.0",
"name": "odetofoodvs",
"private": true,
"devDependencies": {
},
"dependencies": {
"bootstrap": "3.3.7"
}
}

0 comments on commit 6072aa7

Please sign in to comment.