Skip to content

Commit

Permalink
v4.1.0: umd build
Browse files Browse the repository at this point in the history
  • Loading branch information
codepunkt committed Feb 8, 2017
1 parent 5b881b3 commit 8864ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-spring",
"version": "4.0.0",
"version": "4.1.0",
"description": "Generate physics based css-keyframe animations",
"main": "dist/css-spring.js",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module.exports = {
entry: './src/index.js',
output: {
filename: `dist/css-spring${minify ? '.min' : ''}.js`,
library: 'css-spring',
libraryTarget: 'umd',
},
module: {
rules: [
Expand Down

0 comments on commit 8864ac8

Please sign in to comment.