Skip to content

Commit 5b881b3

Browse files
committed
v4.0.0
1 parent b4758d3 commit 5b881b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-spring",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Generate physics based css-keyframe animations",
55
"main": "dist/css-spring.js",
66
"repository": {
@@ -19,7 +19,8 @@
1919
"scripts": {
2020
"build": "cross-env MINIFY_BUILD=1 webpack && cross-env webpack",
2121
"lint": "cross-env eslint src",
22-
"test": "cross-env jest --coverage"
22+
"test": "cross-env jest --coverage",
23+
"prepublish": "cross-env yarn run build"
2324
},
2425
"dependencies": {
2526
"lodash": "^4.17.4"

0 commit comments

Comments
 (0)