diff --git a/package.json b/package.json index ddbf6eb9e..994304ed8 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,8 @@ "cdn": "https://cdn.auth0.com", "mainBundleFile": "lock.min.js", "bucket": "assets.us.auth0.com", - "localPath": "build" + "localPath": "build", + "majorAndMinor": false, + "snapshot": false } } diff --git a/scripts/ci.sh b/scripts/ci.sh index ccdfb6a64..bad5d9ced 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -99,7 +99,7 @@ npm run dist build # Release git checkout -b dist -bower_release +#bower_release new_line npm_release "$VERSION" new_line