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 22 "name" : " react-flexbox-grid" ,
33 "description" : " A set of React components implementing flexboxgrid with the power of CSS Modules" ,
44 "homepage" : " https://github.com/roylee0704/react-flexbox-grid" ,
5- "version" : " 1.1.4 " ,
5+ "version" : " 1.1.5 " ,
66 "main" : " lib/index.js" ,
77 "author" : {
88 "email" : " roylee0704@gmail.com" ,
7676 "build" : " cross-env NODE_ENV=production npm run compile" ,
7777 "clean" : " rimraf ./lib" ,
7878 "compile" : " npm run compile:lib && npm run compile:dist" ,
79- "compile:lib" : " rm -rf lib && ./node_modules/.bin/babel -d ./lib ./src" ,
8079 "compile:dist" : " rm -rf dist && cross-env ./node_modules/.bin/webpack" ,
80+ "compile:lib" : " rm -rf lib && ./node_modules/.bin/babel -d ./lib ./src" ,
8181 "lint" : " eslint src test" ,
8282 "patch" : " bumped release patch" ,
8383 "prebuild" : " npm run clean" ,
You can’t perform that action at this time.
0 commit comments