Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelsoae committed Sep 8, 2023
1 parent aaf7730 commit 34fb0d3
Show file tree
Hide file tree
Showing 9 changed files with 4,336 additions and 7 deletions.
3,926 changes: 3,922 additions & 4 deletions dist/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/bundle.js.map

Large diffs are not rendered by default.

Binary file added dist/images/jr-suite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/overlook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/res-suite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/single-room.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/suite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
406 changes: 406 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/turingschool-examples/webpack-starter-kit.git"
"url": "git+https://github.com/rachelsoae/overlook.git"
},
"author": "Turing School of Software and Design",
"license": "MIT",
Expand All @@ -14,6 +14,7 @@
"css-loader": "^5.2.6",
"eslint": "^7.27.0",
"file-loader": "^6.2.0",
"gh-pages": "^6.0.0",
"mocha": "^8.4.0",
"mochapack": "^2.1.2",
"sass": "^1.34.0",
Expand All @@ -28,13 +29,16 @@
"build": "webpack",
"test": "mochapack 'test/**/*.js'",
"lint": "./node_modules/.bin/eslint 'src/**.js' 'test/**.js'",
"heroku-postbuild": "npm run build"
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"flatpickr": "^4.6.13",
"serve": "^14.2.1"
},
"homepage": "http://rachelsoae.github.io/overlook",
"engines": {
"node": "16.x"
"npm":"10.x",
"node": "20.x"
}
}

0 comments on commit 34fb0d3

Please sign in to comment.