Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codepunkt committed Feb 8, 2017
1 parent b4758d3 commit 5b881b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-spring",
"version": "3.0.0",
"version": "4.0.0",
"description": "Generate physics based css-keyframe animations",
"main": "dist/css-spring.js",
"repository": {
Expand All @@ -19,7 +19,8 @@
"scripts": {
"build": "cross-env MINIFY_BUILD=1 webpack && cross-env webpack",
"lint": "cross-env eslint src",
"test": "cross-env jest --coverage"
"test": "cross-env jest --coverage",
"prepublish": "cross-env yarn run build"
},
"dependencies": {
"lodash": "^4.17.4"
Expand Down

0 comments on commit 5b881b3

Please sign in to comment.