We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4758d3 commit 5b881b3Copy full SHA for 5b881b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-spring",
3
- "version": "3.0.0",
+ "version": "4.0.0",
4
"description": "Generate physics based css-keyframe animations",
5
"main": "dist/css-spring.js",
6
"repository": {
@@ -19,7 +19,8 @@
19
"scripts": {
20
"build": "cross-env MINIFY_BUILD=1 webpack && cross-env webpack",
21
"lint": "cross-env eslint src",
22
- "test": "cross-env jest --coverage"
+ "test": "cross-env jest --coverage",
23
+ "prepublish": "cross-env yarn run build"
24
},
25
"dependencies": {
26
"lodash": "^4.17.4"
0 commit comments