Skip to content

Commit

Permalink
use actual bassdrum package in hotels example
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-wessel committed Dec 15, 2019
1 parent 32c6083 commit b72b6fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions examples/hotels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.148",
"bassdrum": "^1.2.0",
"lodash": "^4.17.15",
"preact": "^10.0.5",
"rxjs": "^6.5.3"
Expand Down
3 changes: 0 additions & 3 deletions examples/hotels/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"pretty": true,
"paths": {
"bassdrum": ["../../build"]
},
"lib": ["es2017", "dom"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
Expand Down
5 changes: 0 additions & 5 deletions examples/hotels/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const path = require('path');

module.exports = {
entry: './src/index.tsx',
module: {
Expand Down Expand Up @@ -41,9 +39,6 @@ module.exports = {
},
resolve: {
extensions: ['.js', '.jsx', '.ts', '.tsx', '.css', '.scss'],
alias: {
bassdrum: path.resolve(__dirname, '../../build'),
},
},
output: {
path: __dirname + '/public',
Expand Down
4 changes: 4 additions & 0 deletions examples/hotels/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,10 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"

bassdrum@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/bassdrum/-/bassdrum-1.2.0.tgz#5eeae5d39a5489cecd4dbd62f7ded8b668f5ec4c"

batch@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
Expand Down

0 comments on commit b72b6fb

Please sign in to comment.