Skip to content

Commit 4008b40

Browse files
committed
chore: 🗑️ fix critical issue
1 parent 5136fcc commit 4008b40

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-api-queries",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Elegant and simple way to build requests for REST API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,11 +10,12 @@
1010
"test": "jest --env=jsdom",
1111
"test:watch": "jest --watchAll",
1212
"test:watch:jsdom": "jest --watchAll --env=jsdom",
13-
"build": "tsc",
13+
"build": "npm run clean && tsc",
1414
"watch": "tsc -w",
1515
"start": "npm link && nodemon",
1616
"semantic-release": "semantic-release",
17-
"prepublish": "npm run build"
17+
"prepublish": "npm run build",
18+
"clean": "rimraf dist"
1819
},
1920
"repository": {
2021
"type": "git",
@@ -70,6 +71,7 @@
7071
"nodemon": "^2.0.5",
7172
"nuxt-edge": "latest",
7273
"prettier": "^2.1.2",
74+
"rimraf": "^3.0.2",
7375
"semantic-release": "^17.2.1",
7476
"ts-jest": "^26.4.1",
7577
"typescript": "^4.0.3",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11875,7 +11875,7 @@ rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@^2.7.1:
1187511875
dependencies:
1187611876
glob "^7.1.3"
1187711877

11878-
rimraf@^3.0.0:
11878+
rimraf@^3.0.0, rimraf@^3.0.2:
1187911879
version "3.0.2"
1188011880
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
1188111881
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -13675,7 +13675,7 @@ vm-browserify@^1.0.1:
1367513675
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
1367613676

1367713677
"vue-api-queries@file:.":
13678-
version "0.0.3"
13678+
version "0.0.4"
1367913679
dependencies:
1368013680
axios "^0.20.0"
1368113681
camelcase-keys "^6.2.2"

0 commit comments

Comments
 (0)