Skip to content

Commit

Permalink
Mark version as 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Dec 12, 2024
1 parent fdc65f2 commit 2cdf145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "google-oauth-webview",
"version": "1.0.4",
"version": "1.1.0",
"description": "A library to detect web views unsupported by Google OAuth",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"prepublishOnly": "npm ci && npm run test && npm run build",
"test": "mocha --parallel --require ts-node/register --require source-map-support/register \"./src/**/*.spec.ts\"",
"dev:test": "mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"",
"build": "rimraf lib && tsc -p tsconfig-build.json",
"prepublish": "npm run build",
"serve": "npx serve static"
},
"funding": {
Expand Down

0 comments on commit 2cdf145

Please sign in to comment.