Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed Aug 20, 2021
1 parent b951716 commit 7878d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev-packages/private-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"private": true,
"name": "@theia/eslint-plugin",
"version": "1.16.0",
"description": "Custom ESLint rules for developing Theia extensions and applications",
"version": "1.16.0",
"main": "index.js",
"dependencies": {
"@theia/core": "1.16.0",
"@theia/electron": "1.16.0",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/private-re-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Theia re-export helper functions and scripts.",
"main": "lib/index.js",
"scripts": {
"prepare": "yarn build",
"prepare": "yarn tsc -b compile.tsconfig.json",
"lint": "theiaext lint",
"build": "theiaext build",
"watch": "theiaext watch",
Expand Down

0 comments on commit 7878d5e

Please sign in to comment.