mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
refactor(web/resources): fixes up core/web/tools
This commit is contained in:
parent
682b3a4937
commit
f705cbd487
6 changed files with 5 additions and 4 deletions
|
|
@ -19,6 +19,7 @@
|
|||
"dependencies": {
|
||||
"@keymanapp/keyboard-processor": "^14.0.95",
|
||||
"@keymanapp/models-types": "^14.0.95",
|
||||
"@keymanapp/web-environment": "^14.0.95",
|
||||
"@keymanapp/web-utils": "^14.0.95"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
},
|
||||
"files": [
|
||||
"../node_modules/@keymanapp/models-types/index.d.ts",
|
||||
"../node_modules/@keymanapp/web-environment/environment.inc.ts",
|
||||
"../node_modules/@keymanapp/web-utils/src/index.ts",
|
||||
"nodeProctor.ts"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
},
|
||||
"files": [
|
||||
"../node_modules/@keymanapp/models-types/index.d.ts",
|
||||
"../node_modules/@keymanapp/web-environment/environment.inc.ts",
|
||||
"../node_modules/@keymanapp/web-utils/src/index.ts",
|
||||
"index.ts"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"typescript": "^3.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@keymanapp/web-environment": "^14.0.95",
|
||||
"@sentry/browser": "^5.15.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,9 +54,6 @@ OUTPUT="index.js"
|
|||
# (Facilitates automated setup for build agents.)
|
||||
PATH="../node_modules/.bin:$PATH"
|
||||
|
||||
# Ensure the environment definition variables are available.
|
||||
exportEnvironmentDefinitionTS
|
||||
|
||||
compiler="npm run tsc --"
|
||||
compilecmd="$compiler"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"outFile": "../dist/index.js"
|
||||
},
|
||||
"files": [
|
||||
"environment.inc.ts",
|
||||
"../node_modules/@keymanapp/web-environment/environment.inc.ts",
|
||||
"index.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue