Skip to content

Commit dee7d56

Browse files
committed
fix:version
1 parent 703b2aa commit dee7d56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-image-process",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "a image process component for react",
55
"main": "lib/index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"build": "cross-env NODE_ENV=production && yarn run clean && yarn build:js",
1414
"build:demo": "cross-env NODE_ENV=production rimraf example/dist && webpack --env.mode=production --progress --config ./example/webpack.config.js",
1515
"demo": "cross-env NODE_ENV=development && webpack-dev-server --progress --inline --hot --config ./example/webpack.config.js",
16-
"prepublish": "yarn build",
16+
"prepare": "yarn build",
1717
"precommit": "lint-staged",
1818
"lint": "prettier --write \"src/**/*.js\" && eslint_d --fix src"
1919
},

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name react-image-process
3-
* @version 0.1.5
3+
* @version 0.1.6
44
*/
55

66
import React, { PureComponent } from "react";

0 commit comments

Comments
 (0)