We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b881b3 commit 8864ac8Copy full SHA for 8864ac8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-spring",
3
- "version": "4.0.0",
+ "version": "4.1.0",
4
"description": "Generate physics based css-keyframe animations",
5
"main": "dist/css-spring.js",
6
"repository": {
webpack.config.js
@@ -8,6 +8,8 @@ module.exports = {
8
entry: './src/index.js',
9
output: {
10
filename: `dist/css-spring${minify ? '.min' : ''}.js`,
11
+ library: 'css-spring',
12
+ libraryTarget: 'umd',
13
},
14
module: {
15
rules: [
0 commit comments