File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " react-flexbox-grid" ,
3
3
"description" : " A set of React components implementing flexboxgrid with the power of CSS Modules" ,
4
4
"homepage" : " https://github.com/roylee0704/react-flexbox-grid" ,
5
- "version" : " 1.1.4 " ,
5
+ "version" : " 1.1.5 " ,
6
6
"main" : " lib/index.js" ,
7
7
"author" : {
8
8
"email" : " roylee0704@gmail.com" ,
76
76
"build" : " cross-env NODE_ENV=production npm run compile" ,
77
77
"clean" : " rimraf ./lib" ,
78
78
"compile" : " npm run compile:lib && npm run compile:dist" ,
79
- "compile:lib" : " rm -rf lib && ./node_modules/.bin/babel -d ./lib ./src" ,
80
79
"compile:dist" : " rm -rf dist && cross-env ./node_modules/.bin/webpack" ,
80
+ "compile:lib" : " rm -rf lib && ./node_modules/.bin/babel -d ./lib ./src" ,
81
81
"lint" : " eslint src test" ,
82
82
"patch" : " bumped release patch" ,
83
83
"prebuild" : " npm run clean" ,
You can’t perform that action at this time.
0 commit comments