Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Sep 6, 2015
1 parent 26898c4 commit 19d0eee
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 715 deletions.
7 changes: 4 additions & 3 deletions config/webpack-config-creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ module.exports = {
output: {
libraryTarget: 'umd',
library: 'Tooltip',
filename: 'tooltip.js',
entry: './src/tooltip',
}
// umdNamedDefine: true,
filename: 'tooltip.js'
},
entry: './src/tooltip'
})
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tau-tooltip",
"version": "1.1.0",
"version": "1.1.1",
"description": "Pure JavaScript tooltip library",
"main": "tooltip.js",
"scripts": {
Expand Down Expand Up @@ -42,6 +42,6 @@
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.18",
"webpack": "^1.12.0"
"webpack": "^1.12.1"
}
}

0 comments on commit 19d0eee

Please sign in to comment.