We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62df1ff commit 1c11fffCopy full SHA for 1c11fff
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reactjs-social-login",
3
- "version": "2.3.0",
+ "version": "2.4.0",
4
"description": "Group social login for ReactJS",
5
"author": "Nguyen Manh Cuong ",
6
"license": "MIT",
@@ -32,7 +32,7 @@
32
"node": ">=10"
33
},
34
"scripts": {
35
- "build": "microbundle-crl -o dist/ --sourcemap false --no-compress --jsx React.createElement --globals crypto-js=crypto-js --compress --tsconfig ./tsconfig.json",
+ "build": "rm -rf ./dist && microbundle-crl -o dist/ --sourcemap false --no-compress --jsx React.createElement --globals crypto-js=crypto-js --compress --tsconfig ./tsconfig.json",
36
"start": "microbundle-crl watch --jsx React.createElement --globals crypto-js=crypto-js --compress --tsconfig ./tsconfig.json"
37
38
"peerDependencies": {
0 commit comments