File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-image-process" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " a image process component for react" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
13
13
"build" : " cross-env NODE_ENV=production && yarn run clean && yarn build:js" ,
14
14
"build:demo" : " cross-env NODE_ENV=production rimraf example/dist && webpack --env.mode=production --progress --config ./example/webpack.config.js" ,
15
15
"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" ,
17
17
"precommit" : " lint-staged" ,
18
18
"lint" : " prettier --write \" src/**/*.js\" && eslint_d --fix src"
19
19
},
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name react-image-process
3
- * @version 0.1.5
3
+ * @version 0.1.6
4
4
*/
5
5
6
6
import React , { PureComponent } from "react" ;
You can’t perform that action at this time.
0 commit comments