Skip to content

Commit

Permalink
move xml2js dependency to bin/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Apr 9, 2023
1 parent b9b8d4a commit a3a348d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
15 changes: 15 additions & 0 deletions bin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "bin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"xml2js": "^0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [ ],
"author": "",
"license": "ISC"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "2.8.1",
"typescript": "^4.9.4",
"xml2js": "0.4.23"
"typescript": "^4.9.4"
},
"scripts": {
"format": "prettier --write .",
Expand Down
11 changes: 7 additions & 4 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packages:
- 'bin'
- 'ui'
- 'ui/*'
- 'ui/@types/*'

0 comments on commit a3a348d

Please sign in to comment.