Skip to content

Commit

Permalink
Update tiyl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wolfe authored and Tom Wolfe committed Oct 11, 2018
1 parent dc5e192 commit 12677db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"dependencies": {
"handlebars": "^4.0.12",
"tiyl": "^1.1.3"
"tiyl": "^1.1.4"
}
}
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = {
module: {
rules: [
{ test: /\.js$/, exclude: /node_modules/, use: ['babel-loader'] },
// { test: /\.json$/, use: ['raw-loader'] },
{ test: /\.scss$/, loader: 'style-loader!css-loader!sass-loader' },
{ test: /\.handlebars$/, use: ['raw-loader'] }
]
Expand Down

0 comments on commit 12677db

Please sign in to comment.