Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Nov 9, 2019
1 parent 451da17 commit 873b7fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

21 changes: 16 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "arrow-key-navigation",
"version": "1.0.2",
"version": "1.1.0",
"description": "Add left/right key navigation to a KaiOS app or web app",
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0",
Expand All @@ -24,10 +24,21 @@
},
"@pika/pack": {
"pipeline": [
["@pika/plugin-ts-standard-pkg"],
["@pika/plugin-build-node"],
["@pika/plugin-build-web"],
["@pika/plugin-build-umd", { "name": "arrowKeyNavigation" }]
[
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-umd",
{
"name": "arrowKeyNavigation"
}
]
]
},
"devDependencies": {
Expand Down

0 comments on commit 873b7fa

Please sign in to comment.