File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ v0.14.2 - Sun, 29 Jul 2018 19:20:03 GMT
2+ ---------------------------------------
3+
4+ - Fix npm release build issue
5+
6+
17v0.14.0 - Sun, 29 Jul 2018 19:20:03 GMT
28---------------------------------------
39
Original file line number Diff line number Diff line change 11{
22 "name" : " react-google-recaptcha" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.14.2 " ,
44 "description" : " React Component Wrapper for Google reCAPTCHA" ,
55 "main" : " lib/recaptcha-wrapper.js" ,
66 "module" : " lib/es/recaptcha-wrapper.js" ,
77 "directories" : {
88 "lib" : " lib/"
99 },
1010 "scripts" : {
11+ "prepare" : " npm run-script build" ,
1112 "build" : " rm -rf lib && npm run build:cjs && npm run build:es" ,
1213 "build:cjs" : " babel src --out-dir lib" ,
1314 "build:es" : " BABEL_ENV=es babel src --out-dir lib/es" ,
You can’t perform that action at this time.
0 commit comments