Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Jul 18, 2024
1 parent ba12379 commit 774ab10
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 132 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acegoal07/json-editor",
"version": "1.2.0",
"version": "1.2.1",
"description": "A simple json file editor",
"main": "index.js",
"repository": {
Expand All @@ -20,18 +20,19 @@
},
"homepage": "https://github.com/acegoal07/json-editor#readme",
"dependencies": {
"@acegoal07/file-tools": "^1.0.9",
"find-value": "^1.0.12",
"iterate-object": "^1.3.4",
"r-json": "^1.2.10",
"set-value": "^4.1.0",
"w-json": "^1.3.10",
"@acegoal07/file-tools": "^1.0.5"
"w-json": "^1.3.10"
},
"scripts": {
"build": "npx -p typescript tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types && cls && npx tsc && cls && xcopy /s/y src dist && xcopy /y package.json dist && xcopy /y readme.md dist && xcopy /y lICENSE dist",
"build+publish": "npm run build && cls && cd dist && cls && npm publish",
"runTests": "npm i && node tests/tests.js && npx rimraf node_modules && npx rimraf package-lock.json",
"build+test": "npm run build && cls && npm test"
"build+test": "npm run build && cls && npm run runTests",
"cleanOldBuilds": "npx rimraf dist && npx rimraf types"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 774ab10

Please sign in to comment.