Skip to content

Commit

Permalink
Update tooling deps
Browse files Browse the repository at this point in the history
  • Loading branch information
somebee committed Nov 30, 2023
1 parent 2e8a2d7 commit 11344bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions packages/typescript-imba-plugin/package-lock.json

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

3 changes: 1 addition & 2 deletions packages/typescript-imba-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "dist/index.js",
"scripts": {
"watch": "node \"../imba/bin/imba\" build -wSM index.imba",
"build": "node \"../imba/bin/imba\" build -SM index.imba",
"build": "rm -rf ./imba & cp -r ../imba/src/imba/ ./imba & node \"../imba/bin/imba\" build -SM index.imba",
"prepublish": "npm run build"
},
"repository": {
Expand All @@ -15,7 +15,6 @@
"directory": "packages/typescript-imba-plugin"
},
"dependencies": {
"diff": "^5.1.0",
"fast-diff": "^1.3.0",
"imba-monarch": "file:../imba-monarch",
"node-ipc": "9.1.4"
Expand Down

0 comments on commit 11344bf

Please sign in to comment.