Rename ui package to app

This commit is contained in:
Martin Kleinschrodt 2018-12-09 21:50:24 +01:00
parent 1bba35c723
commit f13308e5a0
114 changed files with 7 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 579 KiB

After

Width:  |  Height:  |  Size: 579 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,5 +1,5 @@
{
"name": "@padloc/ui",
"name": "@padloc/app",
"version": "3.0.0",
"main": "src/elements/app.js",
"author": "Martin Kleinschrodt <martin@maklesoft.com>",

View File

@ -17,6 +17,12 @@
],
"moduleResolution": "node",
"npm": true,
"lint": {
"ignoreWarnings": [
"could-not-resolve-reference",
"cant-determine-element-tagname"
]
},
"builds": [
{
"name": "pwa",

Some files were not shown because too many files have changed in this diff Show More