diff --git a/package.json b/package.json index 0dfbf0b..430a259 100644 --- a/package.json +++ b/package.json @@ -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": {