Skip to content

Commit

Permalink
fix: move scrips
Browse files Browse the repository at this point in the history
  • Loading branch information
timjackleus committed Dec 15, 2023
1 parent 961d197 commit 3e13a8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 3e13a8d

Please sign in to comment.