mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
only need 1 package.json
This commit is contained in:
parent
884eefd589
commit
efb3a3080f
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "bitwarden",
|
"name": "bitwarden",
|
||||||
"version": "0.0.0",
|
"productName": "bitwarden",
|
||||||
"main": "main.js",
|
"description": "A secure and free password manager for all of your devices.",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "tslint src/**/*.ts || true",
|
"lint": "tslint src/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts --fix",
|
"lint:fix": "tslint src/**/*.ts --fix",
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "bitwarden",
|
|
||||||
"version": "0.0.1",
|
|
||||||
"main": "main.js"
|
|
||||||
}
|
|
@ -55,7 +55,7 @@ const main = {
|
|||||||
path.resolve(__dirname, 'build/*')
|
path.resolve(__dirname, 'build/*')
|
||||||
]),
|
]),
|
||||||
new CopyWebpackPlugin([
|
new CopyWebpackPlugin([
|
||||||
'./src/package.json',
|
'./package.json',
|
||||||
{ from: './src/images', to: 'images' },
|
{ from: './src/images', to: 'images' },
|
||||||
{ from: './src/locales', to: 'locales' },
|
{ from: './src/locales', to: 'locales' },
|
||||||
]),
|
]),
|
||||||
|
Loading…
Reference in New Issue
Block a user