Skip to content

Commit

Permalink
chore(package): update clappr-zepto to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Jan 27, 2017
1 parent 5bb87a3 commit 0d5381e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"babel-preset-es2015": "^6.5.0",
"chai": "^3.2.0",
"check-dependencies": "^1.0.1",
"clappr-zepto": "0.0.4",
"clappr-zepto": "0.0.7",
"clean-webpack-plugin": "^0.1.14",
"coveralls": "^2.11.4",
"css-loader": "^0.26.0",
Expand Down
3 changes: 2 additions & 1 deletion webpack-base-config.js
Expand Up @@ -6,7 +6,7 @@ module.exports = {
plugins: [
new webpack.DefinePlugin({
VERSION: JSON.stringify(require('./package.json').version)
}),
})
],
module: {
loaders: [
Expand Down Expand Up @@ -37,6 +37,7 @@ module.exports = {
]
},
resolve: {
alias: { 'clappr-zepto': 'clappr-zepto/zepto.js' },
root: path.resolve(__dirname, 'src'),
extensions: ['', '.js']
}
Expand Down

0 comments on commit 0d5381e

Please sign in to comment.