diff --git a/package-lock.json b/package-lock.json index 048a4ad..ee80a06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-2.0-or-later", "dependencies": { - "smoothscroll-polyfill": "^0.4.4" + "smoothscroll-polyfill": "0.4.4" }, "devDependencies": { "@commitlint/cli": "18.4.3", diff --git a/package.json b/package.json index 59a5bad..b109389 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,23 @@ "name": "ledyer-checkout-for-woocommerce", "version": "1.0.0", "private": true, - "description": "Ledyer Checkout payment gateway for WooCommerce developed and maintained by Maksimer AS", + "description": "Ledyer Checkout payment gateway for WooCommerce developed Maksimer AS maintained by Ledyer", "author": "Maksimer AS", "license": "GPL-2.0-or-later", "keywords": [ "WordPress" ], + "scripts": { + "watch": "wp-scripts start", + "build": "wp-scripts build", + "start": "npm run watch", + "format:js": "wp-scripts format-js", + "lint:css": "wp-scripts lint-style", + "lint:js": "wp-scripts lint-js", + "check-engines": "wp-scripts check-engines" + }, "dependencies": { - "smoothscroll-polyfill": "^0.4.4" + "smoothscroll-polyfill": "0.4.4" }, "devDependencies": { "@commitlint/cli": "18.4.3", @@ -25,15 +34,6 @@ "semantic-release-export-data": "1.0.1", "semantic-release-plugin-update-version-in-files": "1.1.0", "url-loader": "4.1.1" - }, - "scripts": { - "watch": "wp-scripts start", - "build": "wp-scripts build", - "start": "npm run watch", - "format:js": "wp-scripts format-js", - "lint:css": "wp-scripts lint-style", - "lint:js": "wp-scripts lint-js", - "check-engines": "wp-scripts check-engines" } }