Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Virtual Keyboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Escriptorium
Virtual Keyboard
Merge requests
!44
Publish on npm using CI pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Publish on npm using CI pipeline
release-npm
into
main
Overview
0
Commits
8
Pipelines
1
Changes
1
Merged
Bastien Abadie
requested to merge
release-npm
into
main
3 years ago
Overview
0
Commits
8
Pipelines
1
Changes
1
Expand
Closes
#44 (closed)
0
0
Merge request reports
Viewing commit
b73b5d87
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b73b5d87
Open package as public
· b73b5d87
Bastien Abadie
authored
3 years ago
package.json
+
10
−
2
Options
{
"name"
:
"virtual-keyboard"
,
"name"
:
"
@teklia/
virtual-keyboard"
,
"version"
:
"0.1.0"
,
"description"
:
"Customizable unicode virtual keyboard on text input."
,
"private"
:
true
,
"files"
:
[
"dist-lib/**"
,
"src/**"
],
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+ssh://git@gitlab.com/teklia/escriptorium/virtual-keyboard.git"
},
"author"
:
"Teklia"
,
"scripts"
:
{
"serve-ext"
:
"vue-cli-service build --dest dist-ext --mode development --watch"
,
"ext:firefox"
:
"web-ext run --source-dir ./dist-ext/"
,
Loading