Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeu committed Aug 7, 2023
1 parent 8e9a5b6 commit 4b4f06b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dry-replacer-js",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple and lightweight library to replace variables in the JSON template",
"author": "Thadeu Esteves<[email protected]>",
"license": "MIT",
Expand All @@ -15,7 +15,8 @@
"dist"
],
"scripts": {
"test": "npx jest --runInBand --detectOpenHandles",
"test": "npx jest --runInBand --detectOpenHandles --silent=false --verbose false",
"test:build": "npm run build && npx jest --runInBand --detectOpenHandles --silent=false --verbose false",
"build": "rm -rf dist && microbundle src/index.ts"
},
"keywords": [
Expand All @@ -34,7 +35,7 @@
"@types/lodash.isplainobject": "^4.0.7",
"@types/lodash.set": "^4.3.7",
"@types/node": "^18.11.18",
"jest": "^29.4.1",
"jest": "^29.6.2",
"microbundle": "^0.15.1",
"rimraf": "^4.1.2",
"sucrase": "^3.29.0",
Expand Down

0 comments on commit 4b4f06b

Please sign in to comment.