From 2a39aaf06d1cec9a61825ebfb53480b7d5ab59a4 Mon Sep 17 00:00:00 2001 From: Bill Luo Date: Sat, 11 Nov 2017 16:19:53 +1100 Subject: [PATCH] 1.7.4 --- package-lock.json | 2 +- package.json | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 048d94e..5b5b9ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-simple-animate", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 1, "dependencies": { "ansi-regex": { diff --git a/package.json b/package.json index daffd19..52029d7 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "react-simple-animate", - "version": "1.7.4-beta.4", + "version": "1.7.4", "description": "react simple animate", "main": "lib/animate.js", - "keywords": ["react", "animate"], + "keywords": [ + "react", + "animate" + ], "scripts": { "clean": "rimraf lib/", "release": "npm version", @@ -12,8 +15,7 @@ "testw": "yarn test -- --watchAll", "build": "babel src/ -d lib/", "lint": "eslint ./src", - "prepublish": - "yarn test && yarn flow && yarn lint && yarn run clean && yarn build", + "prepublish": "yarn test && yarn flow && yarn lint && yarn run clean && yarn build", "flow": "flow" }, "repository": "https://github.com/bluebill1049/react-simple-animation.git",