-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump to 3.0.24 and fix test setup
- Loading branch information
1 parent
472ad56
commit 6b9a2c9
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@myparcel/checkout", | ||
"version": "3.0.23", | ||
"version": "3.0.24", | ||
"description": "MyParcel delivery options module for checkouts.", | ||
"author": "Edie Lemoine ([email protected])", | ||
"scripts": { | ||
|
@@ -10,7 +10,8 @@ | |
"lint": "vue-cli-service lint", | ||
"prepublishOnly": "npm run build:prod", | ||
"release": "standard-version", | ||
"test": "vue-cli-service test:unit" | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
"main": "dist/myparcel.js", | ||
"files": [ | ||
|